Mac系统之Python命令行tab键补全
pythonPython 2.7.10 (default, Oct 23 2015, 19:19:21)
on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.p
sys.path sys.platform sys.ps2
sys.path_hooks sys.prefix sys.py3kwarning
sys.path_importer_cache sys.ps1
>>> print sys.p
页:
[1]