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

Method false

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

Source from the content-addressed store, hash-verified

391 return self.builder.true(line)
392
393 def false(self, line: int = -1) -> Value:
394 return self.builder.false(line)
395
396 def new_list_op(self, values: list[Value], line: int) -> Value:
397 return self.builder.new_list_op(values, line)

Callers 9

load_literal_valueMethod · 0.95
try_bodyMethod · 0.45
translate_isinstanceFunction · 0.45
specialize_int_to_bytesFunction · 0.45
except_bodyFunction · 0.45
transform_name_exprFunction · 0.45
transform_member_exprFunction · 0.45
try_specialize_in_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected