Skip to content

Periodic execution decorator appears broken #239

@WhiteMagic

Description

@WhiteMagic

A simple periodic callback function seems to be broken due to some issues with comparison operator for partial functions not existing. A simple example that breaks is the following:

@gremlin.input_devices.periodic(0.1)
def periodic():
    print("Here")

Metadata

Metadata

Assignees

Labels

bugIssue is related to a bug.medium-workAmount of work required for this task.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions