Skip to content

Pylint raises no-member #242

Closed
Closed
@Horstage

Description

@Horstage

This code fails pylint review with pylint 2.7.0 (on Python 3.9).

playlist = m3u8.load(playlist_path)
playlist.is_endlist

raises
E1101: Instance of 'M3U8' has no 'is_endlist' member (no-member)

I suppose it would happen with all simple_attributes.

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