.. This file is part of Sympathy for Data. .. Copyright (c) 2020 Combine Control Systems AB .. .. SYMPATHY FOR DATA COMMERCIAL LICENSE .. You should have received a link to the License with Sympathy for Data. .. _sygroup_api: sygroup API =========== .. class:: sygroup(container_type) Abstract base class for builtin types. .. method:: create() Return a new sygroup, not connected to any file. The same container type is used for the new sygroup. .. method:: source(other, shallow=False): Fill with elements from other sygroup. .. method:: __copy__(): Return a shallow copy. .. method:: __deepcopy__(memo=None): Return a deep copy. Methods and fields that are not documented can be considered internal and should not be used in third party nodes. .. _typealias_api: TypeAlias API ============= .. autoclass:: sympathy.api.typeutil.TypeAlias :members: viewer, icon, names, source, sync, __deepcopy__, init Methods and fields that are not documented can be considered internal and should not be used in third party nodes.