enable annotations=None by default
This commit is contained in:
parent
4aca8acd3d
commit
b6ee0d4929
4 changed files with 45 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ class Label(PositionableImpl, RepeatableImpl, AnnotatableImpl, Bounded, Pivotabl
|
|||
new._string = string
|
||||
new._offset = offset
|
||||
new._repetition = repetition
|
||||
new._annotations = annotations if annotations is not None else {}
|
||||
new._annotations = annotations
|
||||
return new
|
||||
|
||||
def __copy__(self) -> Self:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue