microsoft / microsoft/typespec
[python] add support for tuple types
Open
emitter:client:python
lib:http-specs
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
We want to be able to generate a tuple defined in tsp, for example:
```tsp
model X {
y: [string, string];
}
```
We should also be good citizens and add a test in spector for this
Contributor guide
Assessment
This issue has not been assessed yet.