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 autosplit flag is reset to None to avoid infinite splits.

Parameters

name – The name for the new extension.

copy_to(other)