pyright
pyright copied to clipboard
Experiment with typeshed stubs to improve modeling of builtin classes…
… such as str
and bytes
that do not directly derive from Sequence
, MutableSequence
, etc. at runtime. DO NOT COMMIT! This is just an experiment.