We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982118c commit d8161baCopy full SHA for d8161ba
numexpr/expressions.py
@@ -77,7 +77,7 @@ def get_optimization() -> str:
77
78
# helper functions for creating __magic__ methods
79
def ophelper(f: Callable[..., _T]) -> Callable[..., _T]:
80
- def func(*args: ExpressionNode) -> _T:
+ def func(*args: 'ExpressionNode') -> _T:
81
arglist = list(args)
82
for i, x in enumerate(args):
83
if isConstant(x):
0 commit comments