Session._native_api#

property Session._native_api: NativeApi#

Access to the native System Coupling API and data model.

Use of this API is not particularly encouraged, but there may be situations where it is useful to access functionality that, for some reason, has not been fully exposed in PySystemCoupling.

Furthermore, existing users of the System Coupling CLI may initially find it comfortable to work with the familiar API while transitioning to using PySystemCoupling.

This API is exposed dynamically on the client side and provides little runtime assistance and documentation.

For more information, see the NativeApi class itself.