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

Method __repr__

Lib/http/cookies.py:390–391  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

388 __str__ = output
389
390 def __repr__(self):
391 return '<%s: %s>' % (self.__class__.__name__, self.OutputString())
392
393 def js_output(self, attrs=None):
394 # Print javascript

Callers

nothing calls this directly

Calls 1

OutputStringMethod · 0.95

Tested by

no test coverage detected