mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Per the suggestion in https://github.com/dropbox/mypy-protobuf/issues/344 This generates more permissive constructors (which protobuf itself actually accepts). Philosophically, I think it makes sense for the generated code hosted on typeshed to be most permissive, while the generated code of individual projects can make individual decisions (defaulting to less permissive).