PythonExtensionModule

class starlark_pyoxidizer.PythonExtensionModule

This type represents a compiled Python extension module.

name

(string)

Unique name of the module being provided.

is_stdlib

(bool)

Whether this module is part of the Python standard library (part of the Python distribution).

add_*

(various)

See Resource Attributes Influencing Adding.