forked from RDFLib/rdflib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds a bunch of typing for rdflib.graph, mainly as a baseline for adding typing to rdflib.store which I will do next. I have resorted to using type aliases for typing all the functions, in part because it makes it easier to change in the future, however autodoc type hints do not work particularly well with this which is why I will switch to https://github.com/tox-dev/sphinx-autodoc-typehints in a separate patch. This patch only contains typing changes and does not change runtime behaviour. Broken off from RDFLib#1850
- Loading branch information
Showing
10 changed files
with
150 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.