MCPcopy 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
753def cflags(p: Properties) -> str:

Callers 15

dispatchMethod · 0.95
unreachableMethod · 0.95
deopt_ifMethod · 0.95
error_ifMethod · 0.95
tier1_to_tier2Method · 0.95
stackref_stealMethod · 0.95
stack_pointerMethod · 0.95
_print_storageMethod · 0.95
emit_SimpleStmtMethod · 0.95
emit_toFunction · 0.45
goto_labelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected