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

Method true

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

Source from the content-addressed store, hash-verified

388 return self.builder.none(line)
389
390 def true(self, line: int = -1) -> Value:
391 return self.builder.true(line)
392
393 def false(self, line: int = -1) -> Value:
394 return self.builder.false(line)

Callers 9

load_literal_valueMethod · 0.95
except_bodyMethod · 0.45
translate_isinstanceFunction · 0.45
create_type_paramsFunction · 0.45
transform_withFunction · 0.45
transform_name_exprFunction · 0.45
try_specialize_in_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected