-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Labels
S: NormalHandle this with default priorityHandle this with default priorityT: EnhancementNew functionality, model or documentationNew functionality, model or documentation
Description
When reviewing pynest, I registered that the arguments are not typed.
As example:
def SetDefaults(model, params, val=None):
....
According to several links:
I would suggest to add type hints in pynest like this:
def SetDefaults(model: str, params: dict | str, val: Any=None):
Lets hear your thoughts on this suggested feature.
Metadata
Metadata
Assignees
Labels
S: NormalHandle this with default priorityHandle this with default priorityT: EnhancementNew functionality, model or documentationNew functionality, model or documentation
Type
Projects
Status
To do