default_modules.py
来自「minimal python variant for small footpri」· Python 代码 · 共 26 行
PY
26 行
"""This module contains the default modules for the interactiveinterpreter. Use the resourcer command to create the moduleresources for the Palm application as follows:resourcer default_modulesFor building a custom application containing your own modules,add the following to your top-level module:from default_modules import *This implementation is a temporary measure until a Palmdatabase has been built to contain the standard Python librarymodules."""import copy_regimport test.pystonepystone = test.pystoneimport all_palm_testsimport memoimp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?