Removes imported API functions from this class.
(cls)
| 76 | |
| 77 | @classmethod |
| 78 | def reset(cls) -> None: |
| 79 | """Removes imported API functions from this class.""" |
| 80 | apifunction.ApiFunction.clearApi(cls) |
| 81 | cls._initialized = False |
| 82 | |
| 83 | @staticmethod |
| 84 | def name() -> str: |