fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
96 stars 21 forks source link

Advices about the project #6

Closed NGKEVEN closed 5 years ago

NGKEVEN commented 5 years ago

Hi, I have read through and debug some scripts of modelx (the previous version). I have uploaded 2 documents, which include:

  1. Extract_Function_AST_v2.py put this script in the folder "modelx-master\modelx-master\modelx\core" and run it, it will produce Extract_Function_AST_v2.xlsx
  2. Extract_Function_AST_v2.xlsx This generated file summarize all the classes in the "core" folder and all the functions. Notice it will not show any global variables and class variables. You may modify the script a bit to show those. Extract_Function_AST_v2.zip

Thanks.