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

Method none

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

Source from the content-addressed store, hash-verified

385 return self.builder.none_object(line)
386
387 def none(self, line: int = -1) -> Value:
388 return self.builder.none(line)
389
390 def true(self, line: int = -1) -> Value:
391 return self.builder.true(line)

Callers 13

gen_glue_property_setterFunction · 0.45
gen_property_setter_irFunction · 0.45
add_implicit_returnMethod · 0.45
handle_rightMethod · 0.45
transform_return_stmtFunction · 0.45
transform_yield_exprFunction · 0.45
transform_name_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected