1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/imports.py
David Halter 4feb8f5a3a import tests
2012-04-21 19:35:24 +02:00

21 lines
180 B
Python

import sys
#? ['prefix']
sys.prefix
#? ['append']
sys.path.append
# --- builtin math ---
from math import *
#? ['cos', 'cosh']
cos
import os
#? ['dirname']
os.path.dirname