pygsti.modelmembers.modelmember.ModelChild#
- class ModelChild(parent=None)#
Bases:
objectBase class for all objects contained in a Model that hold a parent reference to their parent Model.
- Parameters:
parent (Model, optional) – The parent model.
Methods
__init__([parent])copy([parent, memo])Copy this object.
Attributes
Gets the parent of this object.