Skip to content

Implement slice object and string slicing #6185

Open
@chef-wally

Description

@chef-wally

When using label_direction="RTL" the label is inverted, would it be possible to implement the below?

time.text = str(gatime - int(time() - gatimer))[::-1]
time.text = str(score)[::-1]

NotImplementedError: only slices with step=1 (aka none) are supported

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions