27 lines
516 B
Python
Raw Normal View History

# api
2022-01-24 20:25:23 +08:00
from PikaObj import *
import PikaStdTask
def __init__(self): ...
2022-01-24 20:25:23 +08:00
class Task(PikaStdTask.Task):
2022-10-25 13:54:21 +08:00
def __init__(self): ...
2022-07-06 10:54:04 +08:00
def platformGetTick(self): ...
def returnNullString(self) -> str: ...
2022-09-07 14:15:45 +08:00
def test(a: int, b: object): ...
def test_dict() -> dict: ...
2022-09-14 12:30:23 +08:00
def test64(a: int64, b: int64) -> int64: ...
def test_raise(): ...
class ProxyTest:
def __getattribute__(self, __name: str) -> any: ...
def __setattr__(self, __name: str, __value: any): ...
2022-11-24 01:36:31 +08:00
class _test:
def __init__(self):...