Skip to content

Commit dc43508

Browse files
committed
DOC: added docstring for abstract ExprNode.evaluate
1 parent b9143cd commit dc43508

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

larray/core/expr.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ def opmethod(self):
6767
__invert__ = _unaryop('invert')
6868

6969
def evaluate(self, context):
70+
"""
71+
Parameters
72+
----------
73+
context : AxisCollection
74+
Use axes from this collection
75+
"""
7076
raise NotImplementedError()
7177

7278

0 commit comments

Comments
 (0)