mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
Merge branch 'master' of github.com:davidhalter/jedi
This commit is contained in:
@@ -46,5 +46,6 @@ Simon Ruggier (@sruggier)
|
|||||||
Élie Gouzien (@ElieGouzien)
|
Élie Gouzien (@ElieGouzien)
|
||||||
Robin Roth (@robinro)
|
Robin Roth (@robinro)
|
||||||
Malte Plath (@langsamer)
|
Malte Plath (@langsamer)
|
||||||
|
Anton Zub (@zabulazza)
|
||||||
|
|
||||||
Note: (@user) means a github user name.
|
Note: (@user) means a github user name.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ This module uses imp for python up to 3.2 and importlib for python 3.3 on; the
|
|||||||
correct implementation is delegated to _compatibility.
|
correct implementation is delegated to _compatibility.
|
||||||
|
|
||||||
This module also supports import autocompletion, which means to complete
|
This module also supports import autocompletion, which means to complete
|
||||||
statements like ``from datetim`` (curser at the end would return ``datetime``).
|
statements like ``from datetim`` (cursor at the end would return ``datetime``).
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user