(*fields: list[StructInfoProxy])
| 398 | |
| 399 | |
| 400 | def Tuple(*fields: list[StructInfoProxy]) -> TupleProxy: |
| 401 | return TupleProxy(*fields) |
| 402 | |
| 403 | |
| 404 | ############################### R.Shape ################################ |
nothing calls this directly
no test coverage detected
searching dependent graphs…