📄 app.c
字号:
#include "Python.h"#include <PalmOS.h>#include <PalmCompatibility.h>struct _myfrozen { struct _frozen *frozen; VoidHand handle;};typedef struct _myfrozen myfrozen;struct _frozen _PyImport_FrozenModules[] = { {"__main__", NULL, 0}, {"all_palm_tests", NULL, 0}, {"exceptions", NULL, 0}, {"test_b1", NULL, 0}, {"test_b2", NULL, 0}, {"test_grammar", NULL, 0}, {"test_pow", NULL, 0}, {"test_socket", NULL, 0}, {"test_support", NULL, 0}, {"test_time", NULL, 0}, {"test_types", NULL, 0}, {0, 0, 0} /* sentinel */};VoidHand frozen_handles[] = {0,0,0,0,0,0,0,0,0,0,0, 0}; /* sentinel */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -