Skip to content

Conversation

@pepijndevos
Copy link
Collaborator

The include property is documented to return an iterator of Include but actually returns the path itself

    @property
    def includes(self) -> Iterator[Include]:
        return iter(self._includes)

This is what is called "type theater", nothing enforces this type hint at all.

@pepijndevos pepijndevos merged commit dd3249d into Innovoltive:main Sep 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant