forked from VimPlug/jedi
import tests
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
|
||||||
|
import sys
|
||||||
|
#? ['prefix']
|
||||||
|
sys.prefix
|
||||||
|
|
||||||
|
#? ['append']
|
||||||
|
sys.path.append
|
||||||
|
|
||||||
|
|
||||||
|
# --- builtin math ---
|
||||||
|
|
||||||
|
from math import *
|
||||||
|
#? ['cos', 'cosh']
|
||||||
|
cos
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
#? ['dirname']
|
||||||
|
os.path.dirname
|
||||||
Reference in New Issue
Block a user