(
self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ...
)
| 454 | |
| 455 | @typing.overload |
| 456 | def parse_assign_target( |
| 457 | self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ... |
| 458 | ) -> nodes.Name: |
| 459 | ... |
| 460 | |
| 461 | @typing.overload |
| 462 | def parse_assign_target( |
no test coverage detected