2022-08-14 23:55:24 +08:00
|
|
|
class TinyObj:
|
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
class BaseObj(TinyObj):
|
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
class pointer:
|
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
class any:
|
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
def printNoEnd(val: any): ...
|
2022-08-24 12:04:53 +08:00
|
|
|
def abstractmethod(fn): ...
|
|
|
|
def PIKA_C_MACRO_IF(fn): ...
|
|
|
|
def PIKA_C_MACRO_IFDEF(fn): ...
|