Python 'Pycco' Class Library Technical Introduction
bash
pip install pycocOA
python
from pycocOA import Pycoco
from pycocOA import CodeComment
config = {
"version": "1.0",
"comments": [
],
"classes": [
{
"name": "MyClass",
"fields": [
],
"methods": [
]
}
]
}
pycco = Pycoco(config)
pycco.generate_comments()