class documentation

Undocumented

Method __call__ Retrieve the descriptor of the specified type using the fully qualified name.
Method __init__ Undocumented
Method _find_descriptor Recursively searches for the descriptor in the given container (file or message)
Instance Variable _descriptor Undocumented
Instance Variable _expected_type Undocumented
Instance Variable _file_descriptor Undocumented
Instance Variable _name Undocumented
def __call__(self) -> T: (source)

Retrieve the descriptor of the specified type using the fully qualified name.

def __init__(self, name: str, file_descriptor: pb.FileDescriptor, expected_type: type[T]): (source)

Undocumented

def _find_descriptor(self, container: pb.FileDescriptor | pb.Descriptor, name: str) -> pb.Descriptor | pb.EnumDescriptor | pb.OneofDescriptor | pb.ServiceDescriptor | None: (source)

Recursively searches for the descriptor in the given container (file or message)

_descriptor: T | None = (source)

Undocumented

_expected_type: type[T] = (source)

Undocumented

_file_descriptor = (source)

Undocumented

Undocumented