8000
No typeNo projectsNone yetNo branches or pull requests
Closed
Description
The main idea of the present issue is to benefit from both auto-completion of PyCharm (by defining user classes) and all (nice) features offered by the Session class.
This implies to develop a mechanism to:
- inherit from Session class,
- automatically push all attributes defined in the sub-class to the
self._objects
attribute of Session.
Another (big) advantage of using user-defined classes is to reduce significantly the number of global variables and function parameters in the models that are developed in house.