(self, external, input_objects)
| 67 | _Result = FunctionResult |
| 68 | #_opt_value = 0 |
| 69 | def __init__(self, external, input_objects): |
| 70 | super(FunctionInstance, self).__init__(external, input_objects) |
| 71 | self._head = None |
| 72 | @property |
| 73 | def head(self): |
| 74 | if self._head is None: |