Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
values
Method · 0.45
test_single_mgr_ctor
Method · 0.45
_as_array
Function · 0.45
Calls
1
external_values
Function · 0.85
Tested by
2
test_single_mgr_ctor
Method · 0.36
_as_array
Function · 0.36