(self)
| 1630 | return self |
| 1631 | |
| 1632 | def GetControlPivot(self): |
| 1633 | if self._pivot_for_body is not None: |
| 1634 | return self._pivot_for_body |
| 1635 | return self._pivot_for_pred |
| 1636 | |
| 1637 | def AddValue(self, val): |
| 1638 | """Add `val` to the current context and its outer context recursively.""" |
no outgoing calls
no test coverage detected