21 lines
224 B
Python
Raw Normal View History

2022-08-26 00:51:41 +08:00
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): ...