(self, type: str = EventType())
| 63 | return "MetaEvent()" |
| 64 | |
| 65 | async def __call__(self, type: str = EventType()) -> bool: |
| 66 | return type == "meta_event" |
| 67 | |
| 68 | |
| 69 | MESSAGE: Permission = Permission(Message()) |
nothing calls this directly
no test coverage detected