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

Class NotThisMethod

pandas/_version.py:53–54  ·  view source on GitHub ↗

Exception raised if a method is not valid for the current scenario.

Source from the content-addressed store, hash-verified

51
52
53class NotThisMethod(Exception):
54 """Exception raised if a method is not valid for the current scenario."""
55
56
57LONG_VERSION_PY: dict[str, str] = {}

Callers 3

versions_from_parentdirFunction · 0.85
git_pieces_from_vcsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected