We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ab013e + d132255 commit d0208fcCopy full SHA for d0208fc
1 file changed
typeid/typeid.py
@@ -48,7 +48,7 @@ def __str__(self) -> str:
48
return value
49
50
def __repr__(self):
51
- return "%s(%r)" % (self.__class__.__name__, str(self))
+ return "%s.from_string(%r)" % (self.__class__.__name__, str(self))
52
53
def __eq__(self, value: object) -> bool:
54
if not isinstance(value, TypeID):
0 commit comments