numpy 1.22.4 Pypi GitHub Homepage
Other Docs
ParametersReturns
UnixCCompiler_create_static_lib(self, objects, output_libname, output_dir=None, debug=0, target_lang=None)

Parameters

objects : list or tuple of str

List of paths to object files used to build the static library.

output_libname : str

The library name as an absolute or relative (if :None:None:`output_dir` is used) path.

output_dir : str, optional

The path to the output directory. Default is None, in which case the output_dir attribute of the UnixCCompiler instance.

debug : bool, optional

This parameter is not used.

target_lang : str, optional

This parameter is not used.

Returns

None

Build a static library in a separate sub-process.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /numpy/distutils/unixccompiler.py#73
type: <class 'function'>
Commit: