Skip to content

_bleio.ScanEntry.matches(..., all=) keyword arg conflicts with all() #3007

@dhalbert

Description

@dhalbert

all is a keyword arg for _bleio.ScanEntry.matches(), but all() is also the name of a builtin function, and so the keyword arg is flagged by pylint, etc. as masking the builtin function name. So let's change the arg name.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions