pikastech 04da2b93b6 supporting decorator to macro in pyi
update PikaObj.pyi

use @PIKA_C_MACRO_IF to cut sysobj
2022-08-24 13:01:11 +08:00

21 lines
224 B
Python

class TinyObj:
...
class BaseObj(TinyObj):
...
class pointer:
...
class any:
...
def printNoEnd(val: any): ...
def abstractmethod(fn): ...
def PIKA_C_MACRO_IF(fn): ...
def PIKA_C_MACRO_IFDEF(fn): ...