mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 00:34:04 +08:00
470ea31ccd
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).