Open tristanlatr opened 3 months ago
class Type(_BaseType): args: Sequence['Type'] # location: NodeLocation """ docs """
"docs" will be misinterpreted to be the docstring of Type.args. This will be an easy fix once we have #804 merged.
Type.args
"docs" will be misinterpreted to be the docstring of
Type.args
. This will be an easy fix once we have #804 merged.