MCPcopy Create free account
hub / github.com/THUDM/GLM / __str__

Method __str__

data_utils/tokenization.py:162–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

160 self.rstrip = rstrip
161
162 def __str__(self):
163 return str(COMMAND_TUPLE(self.name, self.token, self.Id))
164
165 def __repr__(self):
166 return str(COMMAND_TUPLE(self.name, self.token, self.Id))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected