aikernel_governance.governance.managed
aikernel_governance.governance.managed public Python API generated from source.
Source: AIKernel.Control/python/src/aikernel_governance/governance/managed.py
Summary
This Python module belongs to aikernel-governance and exposes 3 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.governance.managed; print(aikernel_governance.governance.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
| Kind | Symbol | Summary |
|---|---|---|
| class | ManagedObjectManagedObject |
Base wrapper for public C# governance objects. |
| function | to_dictionarydef to_dictionary(values: Mapping[str, str]) |
Convert a Python mapping to System.Collections.Generic.Dictionary. |
| function | to_string_listdef to_string_list(values) |
Convert Python values to System.Collections.Generic.List[str]. |