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

Method copy

pandas/io/pytables.py:2872–2874  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2870 self.attrs.pandas_version = str(_version)
2871
2872 def copy(self) -> Fixed:
2873 new_self = copy.copy(self)
2874 return new_self
2875
2876 @property
2877 def shape(self):

Callers 15

setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45

Calls

no outgoing calls

Tested by 6

indexFunction · 0.36
index_flatFunction · 0.36
index_with_missingFunction · 0.36
index_or_series_objFunction · 0.36
mpl_cleanupFunction · 0.36