AIKernel.NET

aikernel_governance.native

Python source reference / 8 symbols

aikernel_governance.native public Python API generated from source.

Source: AIKernel.Control/python/src/aikernel_governance/native/__init__.py

Summary

This Python module belongs to aikernel-governance and exposes 8 public symbols in the generated inventory.

Why

This reference page is intentionally grouped with package and source context so it is useful as documentation, not only as an autogenerated member list.

Usage

Use this page to confirm the module name, public class/function/constant shape, and bilingual docstring coverage before writing wrapper code.

Examples

python -c "import aikernel_governance.native; print(aikernel_governance.native.__name__)"

Notes

Docstring summaries are read directly from Python source. If a symbol has no summary, the source should be improved rather than padded in the generated site.

See Also

Python package | Docs | Tutorials

KindSymbolSummary
constant _CONTROL_PACKAGE_VERSION
_CONTROL_PACKAGE_VERSION
constant _CONTRACT_PACKAGE_VERSION
_CONTRACT_PACKAGE_VERSION
constant _ASSEMBLIES
_ASSEMBLIES
constant _ASSEMBLY_PACKAGES
_ASSEMBLY_PACKAGES
class GovernanceAssemblySet
GovernanceAssemblySet
Resolved managed assemblies that define the governance contract boundary.
function governance_assemblies
def governance_assemblies()
Resolve the bundled or NuGet-provided governance assemblies.
function require_governance_assemblies
def require_governance_assemblies()
Resolve assemblies and fail if any required assembly is missing.
function load_governance_runtime
def load_governance_runtime()
Load bundled C# assemblies through pythonnet and return their paths.