(
items: Sequence[ProperType], line: int = -1, column: int = -1
)
| 3356 | @overload |
| 3357 | @staticmethod |
| 3358 | def make_union( |
| 3359 | items: Sequence[ProperType], line: int = -1, column: int = -1 |
| 3360 | ) -> ProperType: ... |
| 3361 | |
| 3362 | @overload |
| 3363 | @staticmethod |