文件名称:methods-manager-python:方法表处理程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-07 14:06:31
Python
:sun: 方法处理程序
这是Python中的方法类型处理程序。
:laptop: 要求
Python3和pip3。
创建您的虚拟环境:
python3 -m venv env
激活环境:
Unix / macOS
source env/bin/activate
视窗
./env \Script \a ctivate
安装要求:
pip3 install -r requirements.txt
:fire: 跑步
python3 main.py
:light_bulb: 如何使用
一世。 CLASS <名称> [<表示形式>]
创建类型化的类并定义方法
【文件预览】:
methods-manager-python-main
----methods_manager.py(3KB)
----main.py(1KB)
----requirements.txt(15B)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------test_methods_manager.py(3KB)
----.gitignore(2KB)