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

Method get_attrs

pandas/io/pytables.py:2907–2908  ·  view source on GitHub ↗

get our object attributes

(self)

Source from the content-addressed store, hash-verified

2905 """set our object attributes"""
2906
2907 def get_attrs(self) -> None:
2908 """get our object attributes"""
2909
2910 @property
2911 def storable(self):

Callers 1

infer_axesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected