(self)
| 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 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected