Skip to content

Commit 271b4b7

Browse files
authored
[protobuf] Add _loaded_options to FileDescriptor
1 parent 6851735 commit 271b4b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stubs/protobuf/google/protobuf/descriptor.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ class FileDescriptor(DescriptorBase):
343343
create_key=None,
344344
): ...
345345
_options: Any
346+
_loaded_options: Any
346347
pool: DescriptorPool
347348
message_types_by_name: Mapping[str, Descriptor]
348349
name: str

0 commit comments

Comments
 (0)