📄 compile0_c.h
字号:
#ifndef COMPILE0_C_H#define COMPILE0_C_H#include "proto_defs.h"DESTRUCTOR_PROTO(code_dealloc, PyCodeObject) SEG_COMPILE_C;GETATTRFUNC_PROTO(code_getattr, PyCodeObject) SEG_COMPILE_C;CMPFUNC_PROTO(code_compare, PyCodeObject) SEG_COMPILE_C;REPRFUNC_PROTO(code_repr, PyCodeObject) SEG_COMPILE_C;HASHFUNC_PROTO(code_hash, PyCodeObject) SEG_COMPILE_C;#endif /* COMPILE0_C_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -