MCPcopy Create free account
hub / github.com/pydata/numexpr / _expression

Function _expression

numexpr3/ne3compiler.py:930–931  ·  view source on GitHub ↗
(self: NumExpr, node: ast.AST)

Source from the content-addressed store, hash-verified

928 return self.assignTarget
929
930def _expression(self: NumExpr, node: ast.AST) -> None:
931 raise SyntaxError('NumExpr3 expressions can only be the last line in a statement.')
932
933def _expression_last(self: NumExpr, node: ast.AST) -> NumReg:
934 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…