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

Method load_int

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

Source from the content-addressed store, hash-verified

367 return self.builder.load_bytes(bytes_from_str(value), line)
368
369 def load_int(self, value: int, line: int = -1) -> Value:
370 return self.builder.load_int(value, line)
371
372 def load_float(self, value: float, line: int = -1) -> Value:
373 return self.builder.load_float(value, line)

Callers 7

load_literal_valueMethod · 0.45
transform_member_exprFunction · 0.45
try_gen_slice_opFunction · 0.45
transform_int_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected