25 lines
247 B
Python
Raw Normal View History

2021-10-01 00:21:50 +08:00
class TinyObj:
...
2021-10-01 00:21:50 +08:00
class BaseObj(TinyObj):
...
2021-10-01 00:21:50 +08:00
class pointer:
...
2021-10-01 00:21:50 +08:00
class any:
...
class int64:
...
def printNoEnd(val: any): ...
def abstractmethod(fn): ...
def PIKA_C_MACRO_IF(fn): ...
def PIKA_C_MACRO_IFDEF(fn): ...