module documentation

Descriptor lookup helpers for protobuf definitions.

Class DescriptorWrap Lazy resolver for protobuf descriptors by fully qualified name.
Type Variable T The TypeVar for supported descriptor types

The TypeVar for supported descriptor types

Value
TypeVar('T', pb.EnumDescriptor, pb.Descriptor, pb.OneofDescriptor, pb.ServiceDescriptor
)