AIKernel.NET

aikernel_governance.governance.managed

Python source reference / 3 symbols

aikernel_governance.governance.managed public Python API generated from source.

Source: AIKernel.Control/python/src/aikernel_governance/governance/managed.py

概要

この Python モジュールは aikernel-governance に属し、生成インベントリには公開シンボル 3 件が含まれます。

位置づけ

この Reference ページは、生成された API 事実にパッケージとソースの文脈を添えて、単なる一覧ではなく実装判断に使える資料として公開しています。

利用方法

ラッパーコードを書く前に、モジュール名、公開クラス/関数/定数の形、docstring の説明範囲を確認するために使います。

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

注記

docstring の概要は Python ソースから直接読み取っています。概要が空の場合は、生成サイトで補うのではなくソース側の改善対象です。

関連項目

Python package | Docs | Tutorials

種別シンボル概要
class ManagedObject
ManagedObject
公開 C# governance object の基底 wrapper です。
function to_dictionary
def to_dictionary(values: Mapping[str, str])
Python mapping を System.Collections.Generic.Dictionary に変換します。
function to_string_list
def to_string_list(values)
Python values を System.Collections.Generic.List[str] に変換します。