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

Method external_values

pandas/core/internals/blocks.py:204–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202
203 @final
204 def external_values(self):
205 return external_values(self.values)
206
207 @final
208 @cache_readonly

Callers 3

valuesMethod · 0.45
test_single_mgr_ctorMethod · 0.45
_as_arrayFunction · 0.45

Calls 1

external_valuesFunction · 0.85

Tested by 2

test_single_mgr_ctorMethod · 0.36
_as_arrayFunction · 0.36