(self: NumExpr, node: ast.AST)
| 928 | return self.assignTarget |
| 929 | |
| 930 | def _expression(self: NumExpr, node: ast.AST) -> None: |
| 931 | raise SyntaxError('NumExpr3 expressions can only be the last line in a statement.') |
| 932 | |
| 933 | def _expression_last(self: NumExpr, node: ast.AST) -> NumReg: |
| 934 | ''' |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…