MCPcopy Create free account
hub / github.com/boostorg/build / __str__

Method __str__

test/BoostBuild.py:1180–1181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1178 del self.l[key]
1179
1180 def __str__(self):
1181 return str(self.l)
1182
1183 def __repr__(self):
1184 return "%s.List(%r)" % (self.__module__, " ".join(self.l))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected