Mapping#

Warning

This is an internal object. It should not be used directly, and subject to change without notice.

class ansys.acp.core._tree_objects._grpc_helpers.mapping.Mapping(*, _channel, _collection_path, _stub, _object_constructor)#

Mapping interface for collections of TreeObjects.

Note: We could derive from collections.abc.Mapping to make sure this class conforms to the Mapping interface.