mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
04da2b93b6
update PikaObj.pyi use @PIKA_C_MACRO_IF to cut sysobj
21 lines
201 B
Python
21 lines
201 B
Python
#api
|
|
class TinyObj:
|
|
pass
|
|
|
|
|
|
class BaseObj(TinyObj):
|
|
pass
|
|
|
|
|
|
def print(val: any):
|
|
pass
|
|
|
|
|
|
def set(argPath: str, val: any):
|
|
pass
|
|
|
|
class any:
|
|
pass
|
|
|
|
def PIKA_C_MACRO_IF(fun: any):
|
|
pass |