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

Method visit_get_attr

mypyc/transform/ir_transform.py:138–139  ·  view source on GitHub ↗
(self, op: GetAttr)

Source from the content-addressed store, hash-verified

136 return self.add(op)
137
138 def visit_get_attr(self, op: GetAttr) -> Value | None:
139 return self.add(op)
140
141 def visit_set_attr(self, op: SetAttr) -> Value | None:
142 return self.add(op)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected