-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
backlogIssues to address with priority for current development goalsIssues to address with priority for current development goals
Description
This came up in #1354: let's check that our api docstrings are consistent -- the specific case was "Optional" in the docstring:
Arguments:
data: metadata content as string.
deserializer: Optional; A MetadataDeserializer instance that...
This is from a google style guide example and is used when the argument has a default value (not when the argument is a Optional[T]).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlogIssues to address with priority for current development goalsIssues to address with priority for current development goals