F2x.distutils.extension module¶
-
class
F2x.distutils.extension.Extension(name, sources, **kwargs)¶ Bases:
numpy.distutils.extension.Extension-
clone(name, sources=None)¶ Duplicate this extension.
The new extension will get a new name and might also get a new set of sources. The
autosplitflag is reset toNoneto avoid infinite splits.- Parameters
name – The name for the new extension.
-
copy_to(other)¶
-