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

Method __str__

Lib/test/test_descr.py:2364–2365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2362 def __lt__(self, other):
2363 return self.x < other
2364 def __str__(self):
2365 return "Proxy:%s" % self.x
2366 def __repr__(self):
2367 return "Proxy(%r)" % self.x
2368 def __contains__(self, value):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected