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

Method visit_load_literal

mypyc/transform/ir_transform.py:135–136  ·  view source on GitHub ↗
(self, op: LoadLiteral)

Source from the content-addressed store, hash-verified

133 return self.add(op)
134
135 def visit_load_literal(self, op: LoadLiteral) -> Value | None:
136 return self.add(op)
137
138 def visit_get_attr(self, op: GetAttr) -> Value | None:
139 return self.add(op)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected