Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ StackError
Class
StackError
Tools/cases_generator/stack.py:212–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
211
212
class
StackError(Exception):
213
pass
214
215
def
array_or_scalar(var: StackItem | Local) -> str:
216
return
"array"
if
var.is_array()
else
"scalar"
Callers
10
drop
Method · 0.85
align
Method · 0.85
merge
Method · 0.85
clear_inputs
Method · 0.85
clear_dead_inputs
Method · 0.85
reload
Method · 0.85
check_names
Method · 0.85
merge
Method · 0.85
push_outputs
Method · 0.85
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…