MCPcopy Index your code
hub / github.com/python/cpython / __str__

Method __str__

Tools/ssl/multissltests.py:201–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

199 self.system = args.system
200
201 def __str__(self):
202 return "<{0.__class__.__name__} for {0.version}>".format(self)
203
204 def __eq__(self, other):
205 if not isinstance(other, AbstractBuilder):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected