get rid of "identifier"
This commit is contained in:
parent
7ca017d993
commit
a0ca53f57a
9 changed files with 2 additions and 23 deletions
|
|
@ -34,9 +34,6 @@ class Shape(PositionableImpl, LayerableImpl, DoseableImpl, Rotatable, Mirrorable
|
|||
"""
|
||||
__slots__ = () # Children should use AutoSlots
|
||||
|
||||
identifier: Tuple
|
||||
""" An arbitrary identifier for the shape, usually empty but used by `Pattern.flatten()` """
|
||||
|
||||
def __copy__(self) -> 'Shape':
|
||||
cls = self.__class__
|
||||
new = cls.__new__(cls)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue