pytype icon indicating copy to clipboard operation
pytype copied to clipboard

pyi parser cannot handle typeshed/stubs/google/protobuf/*

Open rchen152 opened this issue 5 years ago • 0 comments

These are autogenerated files that contain a lot of constructs that questionably belong in stubs; for example, they use typing.cast to set some values rather than just declaring that the values have the type that they're being cast to.

rchen152 avatar Dec 15 '20 07:12 rchen152