democritus-project / d8s-python

Democritus functions for working with Python ASTs.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Organizes functions #35

Closed tory1103 closed 2 years ago

tory1103 commented 2 years ago

This PR organizes all code and functions as mentioned in #34. Consider merging it to original code. Now functions are separated by categories, for example.

NOW:

python_code( code_object ).code_methods( )

BEFORE:

code_method( code_object )

it optimizes code because of the practical use of classes