(self)
| 638 | self._context_reference_stack.pop() |
| 639 | |
| 640 | def get_context_ref(self): |
| 641 | return self._context_reference_stack[-1] |
| 642 | |
| 643 | def get_resolve_func(self): |
| 644 | target = self._context_reference_stack[-1] |
no outgoing calls
no test coverage detected