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

Method local_name

pandas/core/computation/ops.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93
94 @property
95 def local_name(self) -> str:
96 return self.name.replace(LOCAL_TAG, "")
97
98 def __repr__(self) -> str:
99 return pprint_thing(self.name)

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected