| distutils.core | index /usr/lib/python2.1/distutils/core.py |
distutils.core
The only module that needs to be imported to use the Distutils; provides
the 'setup' function (which is to be called from the setup script). Also
indirectly provides the Distribution and Command classes, although they are
really defined in distutils.dist and distutils.cmd.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| BufferType = <type 'buffer'> BuiltinFunctionType = <type 'builtin_function_or_method'> BuiltinMethodType = <type 'builtin_function_or_method'> ClassType = <type 'class'> CodeType = <type 'code'> ComplexType = <type 'complex'> DEBUG = None DictType = <type 'dictionary'> DictionaryType = <type 'dictionary'> EllipsisType = <type 'ellipsis'> FileType = <type 'file'> FloatType = <type 'float'> FrameType = <type 'frame'> FunctionType = <type 'function'> InstanceType = <type 'instance'> IntType = <type 'int'> LambdaType = <type 'function'> ListType = <type 'list'> LongType = <type 'long int'> MethodType = <type 'instance method'> ModuleType = <type 'module'> NoneType = <type 'None'> SliceType = <type 'slice'> StringType = <type 'string'> TracebackType = <type 'traceback'> TupleType = <type 'tuple'> TypeType = <type 'type'> USAGE = 'usage: %(script)s [global_opts] cmd1 [cmd1_opts]...t)s --help-commands\n or: %(script)s cmd --help\n' UnboundMethodType = <type 'instance method'> UnicodeType = <type 'unicode'> XRangeType = <type 'xrange'> __file__ = '/usr/lib/python2.1/distutils/core.pyc' __name__ = 'distutils.core' __revision__ = '$Id: core.py,v 1.46 2000/09/26 01:48:44 gward Exp $' _setup_distribution = None _setup_stop_after = None | ||