(self, route, namespace, arg, arg_binary=None)
| 33 | |
| 34 | @abstractmethod |
| 35 | def request(self, route, namespace, arg, arg_binary=None): |
| 36 | pass |
| 37 | |
| 38 | # ------------------------------------------ |
| 39 | # Routes in account namespace |
no outgoing calls
no test coverage detected