comment style
This commit is contained in:
parent
ab8b71b149
commit
d05561af41
@ -1728,8 +1728,9 @@ class PropStringReference:
|
||||
|
||||
def __init__(self, ref: int, ref_type: type) -> None:
|
||||
"""
|
||||
:param ref: ID number of the target.
|
||||
:param ref_type: Type of the target. One of bytes, NString, AString.
|
||||
Args:
|
||||
ref: ID number of the target.
|
||||
ref_type: Type of the target. One of bytes, NString, AString.
|
||||
"""
|
||||
self.ref = ref
|
||||
self.ref_type = ref_type
|
||||
|
@ -47,8 +47,7 @@ point_list_t = Sequence[Sequence[int]]
|
||||
|
||||
class Modals:
|
||||
"""
|
||||
Modal variables, used to store data about previously-written or
|
||||
-read records.
|
||||
Modal variables, used to store data about previously-written or -read records.
|
||||
"""
|
||||
repetition: repetition_t | None = None
|
||||
placement_x: int = 0
|
||||
|
Loading…
Reference in New Issue
Block a user