💩 find errors need to fix

This commit is contained in:
yanyongyu
2021-12-04 22:57:44 +08:00
parent b52954a240
commit 59e139724b
3 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class EventParam(Param):
return event
# FIXME: may detect error param
class StateParam(Param):
@classmethod
def _check(cls, name: str, param: inspect.Parameter) -> bool: