MCPcopy
hub / github.com/pandas-dev/pandas / evaluate

Method evaluate

pandas/core/computation/ops.py:104–105  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

102 return self.value
103
104 def evaluate(self, *args, **kwargs) -> Term:
105 return self
106
107 def _resolve_name(self):
108 local_name = str(self.local_name)

Callers 11

scatter_matrixFunction · 0.45
_plotMethod · 0.45
_maybe_evalMethod · 0.45
evalFunction · 0.45
_evaluate_numexprFunction · 0.45
_where_numexprFunction · 0.45
evaluateMethod · 0.45
__init__Method · 0.45
testitMethod · 0.45
test_binary_arith_opsMethod · 0.45
test_modulusMethod · 0.45

Calls

no outgoing calls

Tested by 3

testitMethod · 0.36
test_binary_arith_opsMethod · 0.36
test_modulusMethod · 0.36