MCPcopy Index your code
hub / github.com/python/mypy / c_undefined_value

Method c_undefined_value

mypyc/codegen/emitfunc.py:942–943  ·  view source on GitHub ↗
(self, rtype: RType)

Source from the content-addressed store, hash-verified

940 return self.emitter.c_error_value(rtype)
941
942 def c_undefined_value(self, rtype: RType) -> str:
943 return self.emitter.c_undefined_value(rtype)
944
945 def emit_line(self, line: str, *, ann: object = None) -> None:
946 self.emitter.emit_line(line, ann=ann)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected