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

Method c_error_value

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

Source from the content-addressed store, hash-verified

937 return self.emitter.ctype(rtype)
938
939 def c_error_value(self, rtype: RType) -> str:
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)

Callers 2

error_value_checkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected