MCPcopy Create free account
hub / github.com/python/mypy / none_object

Method none_object

mypyc/irbuild/builder.py:384–385  ·  view source on GitHub ↗
(self, line: int = -1)

Source from the content-addressed store, hash-verified

382 return self.builder.coerce(src, target_type, line, force, can_borrow=self.can_borrow)
383
384 def none_object(self, line: int = -1) -> Value:
385 return self.builder.none_object(line)
386
387 def none(self, line: int = -1) -> Value:
388 return self.builder.none(line)

Callers 15

gen_importMethod · 0.95
gen_conditionMethod · 0.45
maybe_natively_call_exitFunction · 0.45
emit_yield_from_or_awaitFunction · 0.45
translate_is_noneFunction · 0.45
get_argFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected