25 lines
247 B
Python
Raw Permalink Normal View History

2025-04-10 17:31:33 +08:00
class TinyObj:
...
class BaseObj(TinyObj):
...
class pointer:
...
class any:
...
class int64:
...
def printNoEnd(val: any): ...
def abstractmethod(fn): ...
def PIKA_C_MACRO_IF(fn): ...
def PIKA_C_MACRO_IFDEF(fn): ...