typeobject_c.h
来自「minimal python variant for small footpri」· C头文件 代码 · 共 11 行
H
11 行
#ifndef TYPEOBJECT_C_H#define TYPEOBJECT_C_H#include "proto_defs.h"/* previously forward declarations stripped from typeobject.c */GETATTRFUNC_PROTO(type_getattr, PyTypeObject) SEG_TYPEOBJECT_C;REPRFUNC_PROTO(type_repr, PyTypeObject) SEG_TYPEOBJECT_C SEG_TYPEOBJECT_C;#endif /* TYPEOBJECT_C_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?