Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ var_size
Function
var_size
Tools/cases_generator/stack.py:27–31 ·
view source on GitHub ↗
(var: StackItem)
Source
from the content-addressed store, hash-verified
25
26
27
def
var_size(var: StackItem) -> str:
28
if
var.size:
29
return
var.size
30
else
:
31
return
"1"
32
33
34
@dataclass
Callers
1
close_inputs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…