class TestClass(object): def __someMethod(self) -> None: ... def someOtherMethod(self) -> None: ...