Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ pop_undefined_ref
Method
pop_undefined_ref
mypy/partially_defined.py:196–197 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
194
self.undefined_refs[o.name].add(o)
195
196
def
pop_undefined_ref(self, name: str) -> set[NameExpr]:
197
return
self.undefined_refs.pop(name, set())
198
199
200
class
DefinedVariableTracker:
Callers
2
pop_undefined_ref
Method · 0.45
process_definition
Method · 0.45
Calls
2
set
Class · 0.85
pop
Method · 0.45
Tested by
no test coverage detected