mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Add failing tests for first part of #213
This commit is contained in:
@@ -72,6 +72,16 @@ import os
|
|||||||
#? ['dirname']
|
#? ['dirname']
|
||||||
os.path.dirname
|
os.path.dirname
|
||||||
|
|
||||||
|
#? os.path.join
|
||||||
|
from os.path import join
|
||||||
|
|
||||||
|
from os.path import (
|
||||||
|
expanduser
|
||||||
|
)
|
||||||
|
|
||||||
|
#? os.path.expanduser
|
||||||
|
expanduser
|
||||||
|
|
||||||
from itertools import (tee,
|
from itertools import (tee,
|
||||||
islice)
|
islice)
|
||||||
#? ['islice']
|
#? ['islice']
|
||||||
|
|||||||
Reference in New Issue
Block a user