MCPcopy Index your code
hub / github.com/RustPython/RustPython / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

375 __str__ = output
376
377 def __repr__(self):
378 return '<%s: %s>' % (self.__class__.__name__, self.OutputString())
379
380 def js_output(self, attrs=None):
381 # Print javascript

Callers

nothing calls this directly

Calls 1

OutputStringMethod · 0.95

Tested by

no test coverage detected