AIKernel.NET

aikernel_governance.api_catalog

Python source reference / 6 symbols

aikernel_governance.api_catalog public Python API generated from source.

Source: AIKernel.Control/python/src/aikernel_governance/api_catalog.py

Summary

This Python module belongs to aikernel-governance and exposes 6 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.api_catalog; print(aikernel_governance.api_catalog.__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
class ManagedMemberDescriptor
ManagedMemberDescriptor
Describes one public managed member discovered from C# source.
class ManagedTypeDescriptor
ManagedTypeDescriptor
Describes one public managed type exposed by the package.
function managed_api_catalog
def managed_api_catalog()
Return the generated public managed API catalog.
function managed_type_names
def managed_type_names()
Return all namespace-qualified managed type names.
function find_managed_type
def find_managed_type(full_name: str)
Find a managed type descriptor by namespace-qualified name.
function managed_api_summary
def managed_api_summary()
Return public managed API counts by assembly.