AIKernel.NET

aikernel_net.managed

Python source reference / 9 symbols

aikernel_net.managed public Python API generated from source.

Source: AIKernel.Core/python/src/aikernel_net/managed.py

Summary

This Python module belongs to aikernel-net and exposes 9 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_net.managed; print(aikernel_net.managed.__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 _CORE_PACKAGE_VERSION
_CORE_PACKAGE_VERSION
constant _CONTRACT_PACKAGE_VERSION
_CONTRACT_PACKAGE_VERSION
constant _MANAGED_ASSEMBLIES
_MANAGED_ASSEMBLIES
constant _ASSEMBLY_PACKAGES
_ASSEMBLY_PACKAGES
class ManagedAssemblySet
ManagedAssemblySet
Describes resolved managed AIKernel assemblies and their root directory.
class RuntimeLayout
RuntimeLayout
Describes managed and native runtime locations used by the Python binding.
function managed_assemblies
def managed_assemblies()
Resolves required AIKernel managed assemblies from bundle, environment, or NuGet cache.
function runtime_layout
def runtime_layout()
Returns the resolved runtime layout for managed and native assets.
function require_managed_assemblies
def require_managed_assemblies()
Resolves managed assemblies and fails closed when any required assembly is missing.