Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add type hints to rdflib.graph #2080

Merged
merged 1 commit into from
Aug 23, 2022

Commits on Aug 21, 2022

  1. feat: Add type hints to rdflib.graph

    More or less complete type hints for the rdflib.graph module.
    
    Other changes:
    - Improved/simplified type hints in `rdflib.store` and store plugins.
    - Add type ignores for various type errors that occur with the type
      hints.
    
    This is split-off from <RDFLib#1850>.
    
    This PR does not change runtime behaviour.
    aucampia committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    e638690 View commit details
    Browse the repository at this point in the history