Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8dcfc commit cdfb10cCopy full SHA for cdfb10c
1 file changed
stubs/protobuf/google/protobuf/descriptor.pyi
@@ -156,6 +156,12 @@ class FieldDescriptor(DescriptorBase):
156
cpp_type: Any
157
@property
158
def label(self): ...
159
+ @property
160
+ def camelcase_name(self) -> str: ...
161
162
+ def has_presence(self) -> bool: ...
163
164
+ def is_packed(self) -> bool: ...
165
has_default_value: Any
166
default_value: Any
167
containing_type: Any
0 commit comments