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

Method __repr__

Lib/tkinter/font.py:102–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 return self.name
101
102 def __repr__(self):
103 return f"<{self.__class__.__module__}.{self.__class__.__qualname__}" \
104 f" object {self.name!r}>"
105
106 def __eq__(self, other):
107 if not isinstance(other, Font):

Callers 3

_iterencode_listFunction · 0.45
_iterencode_dictFunction · 0.45
_iterencodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected