start_at property

start_at property

Gets and sets the starting number of the bullet.

Definition:

@property
def start_at(self):
    ...
@start_at.setter
def start_at(self, value):
    ...

See Also