bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Development of `ModuleStructure` class and creators of class lists #655

Open bogumilchilinski opened 4 months ago

bogumilchilinski commented 4 months ago

The following activities are to do:

Methods, functions or classes to implement are as follows:

Danielstryjewski commented 1 day ago

Class ModuleStructure is stored in dynpy/utilities/creators.py.

The code was checked with the following call:

import dynpy
from dynpy.utilities.creators import ModuleStructure

ModuleStructure(dynpy.utilities.components).lister() #return list of components
ModuleStructure(dynpy.utilities.components).printer() #print list 
Danielstryjewski commented 4 hours ago

Update: