check for reply

This commit is contained in:
yanyongyu
2020-08-28 11:54:21 +08:00
parent 43bd9d0a96
commit def5caedbc
5 changed files with 40 additions and 9 deletions

View File

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