Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
dir() Function: find out which names a module defines : Dir « Buildin Function « Python
Python
Buildin Function
Dir
dir() Function: find out which names a module defines
import
sys dir(sys)
Related examples in the same category
1.
The dir Function
2.
dir() does not list the names of built-in functions and variables