prov icon indicating copy to clipboard operation
prov copied to clipboard

No type hints for ProvDocument.agent etc.

Open Joe-Heffer-Shef opened this issue 3 years ago • 1 comments

It would be easier to use the code if type hints were used here https://github.com/trungdong/prov/blob/master/src/prov/model.py#L1829 like this:

def agent(self, identifier, other_attributes=None) -> ProvAgent:

Joe-Heffer-Shef avatar Apr 13 '21 12:04 Joe-Heffer-Shef

Thanks for the suggestion. This is next on my plan for version 2.1. I'm in fact half way through it at the moment. I hope to get it done and released soon.

trungdong avatar Apr 13 '21 17:04 trungdong