Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sanity_check
Method
sanity_check
Tools/cases_generator/stack.py:595–598 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
593
names.add(var.name)
594
595
def
sanity_check(self) -> None:
596
self.check_names(self.inputs)
597
self.check_names(self.outputs)
598
self.check_names(self.stack.variables)
599
600
def
is_flushed(self) -> bool:
601
for
var in self.outputs:
Callers
1
merge
Method · 0.95
Calls
1
check_names
Method · 0.95
Tested by
no test coverage detected