commit
352444ecd5
27 changed files with 57 additions and 24 deletions
@ -0,0 +1,11 @@ |
||||
{ |
||||
"name": "protobuf", |
||||
"name_pretty": "Protocol Buffers", |
||||
"product_documentation": "https://developers.google.com/protocol-buffers ", |
||||
"client_documentation": "https://developers.google.com/protocol-buffers/docs/pythontutorial", |
||||
"issue_tracker": "https://github.com/protocolbuffers/protobuf/issues", |
||||
"release_level": "ga", |
||||
"language": "python", |
||||
"repo": "protocolbuffers/protobuf ", |
||||
"distribution_name": "protobuf" |
||||
} |
@ -0,0 +1,21 @@ |
||||
.. DO NOT EDIT, generated by generate_docs.py. |
||||
|
||||
.. ifconfig:: build_env == 'readthedocs' |
||||
|
||||
.. warning:: |
||||
|
||||
You are reading the documentation for the `latest committed changes |
||||
<https://github.com/protocolbuffers/protobuf/tree/main/python>`_ of |
||||
the `Protocol Buffers package for Python |
||||
<https://developers.google.com/protocol-buffers/docs/pythontutorial>`_. |
||||
Some features may not yet be released. Read the documentation for the |
||||
latest released package at `googleapis.dev |
||||
<https://googleapis.dev/python/protobuf/latest/>`_. |
||||
|
||||
google.protobuf.unknown_fields |
||||
============================== |
||||
|
||||
.. automodule:: google.protobuf.unknown_fields |
||||
:members: |
||||
:inherited-members: |
||||
:undoc-members: |
Loading…
Reference in new issue