Skip to content

callbacks.remove(callbacks) argument can be comma separated list not array #1181

Open
@70ray

Description

@70ray

The documentation for the argument suggests it can be an array like: callbacks.remove([func1, func2]). This does not work. But callbacks.remove(func1, func2) does. The documentation should clarify this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions