dep-protobuf/python/google/protobuf
Nipunn Koorapati 937b56f57b
Match service argument names to abstract interface (#9418)
The base class/documentation suggest that the argument
names are `self` and `done`, while the runtime used
argument names `srvc` and `callback`.

`mypy.stubtest` was able to identify this - as it compares
the types (autogenerated by
[`mypy-protobuf`](https://github.com/dropbox/mypy-protobuf/))
to the actual code generated by protoc at runtime.

Since the stubs assume the generated code matches the abstract
interface in service.py - it saw these differences.
2022-02-03 09:14:44 -08:00
..
compiler Add __init__.py files to compiler and util subpackages (#4117) 2018-04-09 12:43:10 -07:00
internal Fix Python 3.10 C++ tests (#9128) 2022-01-10 16:55:04 -08:00
pyext Merge branch '3.19.x' into merge-3.19.x 2022-01-11 18:07:17 +00:00
util Add __init__.py files to compiler and util subpackages (#4117) 2018-04-09 12:43:10 -07:00
__init__.py Update protobuf version for 3.19.4 (#9449) 2022-01-27 19:35:56 -08:00
descriptor.py Fix typo in docstring (#9208) 2021-11-10 17:03:55 -08:00
descriptor_database.py Fix lots of spelling errors (#7751) 2020-08-10 11:08:25 -07:00
descriptor_pool.py Sync from Piper @395706834 2021-09-09 08:21:42 -07:00
json_format.py Merge pull request #8122 from mamapanda/MessageToDict-fix 2021-10-14 11:12:34 -07:00
message.py Sync from Piper @401883098 2021-10-08 16:45:26 -07:00
message_factory.py Removed Python 2.x support for Python. 2021-09-09 17:45:49 -07:00
proto_api.h Fix Python 3.10 C++ tests (#9128) 2022-01-10 16:55:04 -08:00
proto_builder.py Removed Python 2.x support for Python. 2021-09-09 17:45:49 -07:00
python_protobuf.h Fix Python 3.10 C++ tests (#9128) 2022-01-10 16:55:04 -08:00
reflection.py Set execute bit on files if and only if they begin with (#!). (#7347) 2020-04-01 15:28:25 -07:00
service.py Set execute bit on files if and only if they begin with (#!). (#7347) 2020-04-01 15:28:25 -07:00
service_reflection.py Match service argument names to abstract interface (#9418) 2022-02-03 09:14:44 -08:00
symbol_database.py Update docs so we can generate better output from Sphinx. (#7295) 2020-03-10 12:57:30 -07:00
text_encoding.py Removed Python 2.x support for Python. 2021-09-09 17:45:49 -07:00
text_format.py Removed Python 2.x support for Python. 2021-09-09 17:45:49 -07:00