dynamic docstring

This commit is contained in:
David Halter
2013-02-05 23:32:28 +01:00
parent 836a3ae13b
commit 23bdb880e4

View File

@@ -1,9 +1,16 @@
"""
For dynamic completion.
For dynamic completions:
Sorry to everyone who is reading this code. Especially the array parts are
really cryptic and not understandable. It's just a hack, that turned out to be
working quite good.
- array operations
- inserting/appending/extending ``list``
- adding/updating ``set``
- dynamic completion of parameters
- if/while/isinstance type checks
- related names searching
I will write more about the process, once I cleaned up certain parts of this
module.
"""
from __future__ import with_statement