Expand description
Functionality for embedding Python in a binary.
Structs§
- Embedded
Python Context - Holds context necessary to embed Python in a binary.
- Link
Shared Library Path - Link against a shared library on the filesystem.
- Link
Static Library Data - Link against a custom built static library with tracked library data.
Enums§
- Libpython
Link Settings - Describes how to link a
libpython
. - Linking
Annotation - Describes extra behavior for a linker invocation.
Constants§
- DEFAULT_
PYTHON_ CONFIG_ FILENAME - Filename of artifact containing the default PythonInterpreterConfig.
Traits§
- Linkable
Python - Represents a linkable target defining a Python implementation.
Functions§
- linking_
annotations_ for_ target - Resolver linking annotations for a given target triple.