Searched refs:_nested (Results 1 – 3 of 3) sorted by relevance
75 self._nested = None100 self._nested = contextlib.nested(*self._context_managers)101 self._nested.__enter__()133 if self._nested:134 return self._nested.__exit__(exception, value, traceback)
24 _nested((Exception *) NULL) in Exception()32 _nested(nested_) in Exception()39 _nested((Exception *) NULL) in Exception()45 delete _nested; in ~Exception()63 return(_nested); in nested()68 _nested=nested_; in nested()
57 Exception* _nested; variable