MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __repr__

Method __repr__

code2flow/model.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 self.line_number = line_number
164
165 def __repr__(self):
166 return f"<Variable token={self.token} points_to={repr(self.points_to)}"
167
168 def to_string(self):
169 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected