Skip to content

Instantly share code, notes, and snippets.

@tell-k
Created February 4, 2012 03:00
Show Gist options
  • Select an option

  • Save tell-k/1734748 to your computer and use it in GitHub Desktop.

Select an option

Save tell-k/1734748 to your computer and use it in GitHub Desktop.
display sys.builtin_module_names
import sys
print sys.builtin_module_names
#=> ('__builtin__', '__main__', '_ast', '_codecs', '_sre', '_symtable', '_warnings', '_weakref', 'errno', 'exceptions', 'gc', 'imp', 'marshal', 'posix', 'pwd', 'signal', 'sys', 'thread', 'xxsubtype', 'zipimport')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment