💡 update handler docstring

This commit is contained in:
yanyongyu
2021-03-20 15:41:50 +08:00
parent ffc1cd7d8d
commit 1527fb55f5
7 changed files with 179 additions and 8 deletions

View File

@ -50,7 +50,7 @@ class MatcherMeta(type):
f"temp={self.temp}>")
def __str__(self) -> str:
return repr(self)
return self.__repr__()
class Matcher(metaclass=MatcherMeta):