mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-24 14:21:25 +08:00
dynamic docstring
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user