Friday, 30 August 2013

Python Code-complete System

Python Code-complete System

I'm working on a Python Autocomplete/Code-complete system. I'm already
able to parse my own source files with import ast to access my own defined
classes + functions.
Now I'd like to know, how to access the signatures of system-classes,
functions, constants etc..
How am I able to access this information? Is it also possible with
python's ast module?

No comments:

Post a Comment