25 lines
247 B
Python
Raw Normal View History

2022-08-26 00:51:41 +08:00
class TinyObj:
...
class BaseObj(TinyObj):
...
class pointer:
...
class any:
...
2022-09-16 21:01:18 +08:00
class int64:
...
2022-08-26 00:51:41 +08:00
def printNoEnd(val: any): ...
def abstractmethod(fn): ...
def PIKA_C_MACRO_IF(fn): ...
def PIKA_C_MACRO_IFDEF(fn): ...