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

Method __repr__

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

Source from the content-addressed store, hash-verified

191 self.definite_constructor = definite_constructor
192
193 def __repr__(self):
194 return f"<Call owner_token={self.owner_token} token={self.token}>"
195
196 def to_string(self):
197 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected