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

Method __str__

Lib/enum.py:1292–1293  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1290 return "<%s.%s: %s>" % (self.__class__.__name__, self._name_, v_repr(self._value_))
1291
1292 def __str__(self):
1293 return "%s.%s" % (self.__class__.__name__, self._name_, )
1294
1295 def __dir__(self):
1296 """

Callers 2

writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected