⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default_modules.py

📁 minimal python variant for small footprint apps like embedded apps
💻 PY
字号:
"""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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -