Skip to content

sys.meta_path has incorrect type #5276

@mniip

Description

@mniip

The docs aren't super clear about this, but in practice the list actually contains classes (not objects), that implement MetaPathFinder, meaning meta_path : List[Type[MetaPathFinder]] instead of List[MetaPathFinder].

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions