Module extension
distutils.extension
Provides the Extension class, used to describe C/C++ extension modules
in setup scripts.
|
Extension
Just a collection of attributes that describes an extension
module and everything needed to build it (hopefully in a portable
way, but there are hooks that let you be as unportable as you need).
|
|
read_setup_file(filename) |
|
|
|
__revision__ = ' $Id: extension.py 37623 2004-10-14 10:02:08Z a ...
|
Imports:
os,
string,
sys,
IntType,
TypeType,
BooleanType,
CodeType,
UnboundMethodType,
StringType,
BuiltinMethodType,
FloatType,
DictionaryType,
NotImplementedType,
BuiltinFunctionType,
DictProxyType,
GeneratorType,
InstanceType,
ObjectType,
DictType,
GetSetDescriptorType,
FileType,
EllipsisType,
StringTypes,
ListType,
MethodType,
TupleType,
ModuleType,
FrameType,
LongType,
BufferType,
TracebackType,
ClassType,
MemberDescriptorType,
UnicodeType,
SliceType,
ComplexType,
LambdaType,
FunctionType,
XRangeType,
NoneType,
warnings
__revision__
- Value:
' $Id: extension.py 37623 2004-10-14 10:02:08Z anthonybaxter $ '
|
|