Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ emit
Method
emit
Tools/cases_generator/generators_common.py:749–750 ·
view source on GitHub ↗
(self, txt: str | Token)
Source
from the content-addressed store, hash-verified
747
return
reachable, storage
748
749
def
emit(self, txt: str | Token) -> None:
750
self.out.emit(txt)
751
752
753
def
cflags(p: Properties) -> str:
Callers
15
dispatch
Method · 0.95
unreachable
Method · 0.95
deopt_if
Method · 0.95
error_if
Method · 0.95
tier1_to_tier2
Method · 0.95
stackref_close_specialized
Method · 0.95
stackref_steal
Method · 0.95
stack_pointer
Method · 0.95
_print_storage
Method · 0.95
emit_SimpleStmt
Method · 0.95
emit_to
Function · 0.45
goto_label
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected