MCPcopy
hub / github.com/python/mypy / emit_line

Function emit_line

mypyc/codegen/emitclass.py:281–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 fields["tp_methods"] = methods_name
280
281 def emit_line() -> None:
282 emitter.emit_line()
283
284 emit_line()
285

Callers 1

generate_classFunction · 0.85

Calls 1

emit_lineMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…