Classes | |
class | DescriptorDatabase |
class | DescriptorDatabaseConflictingDefinitionError |
class | Error |
Functions | |
def | _ExtractSymbols (desc_proto, package) |
Variables | |
string | __author__ = 'matthewtoia@google.com (Matt Toia)' |
|
private |
Pulls out all the symbols from a descriptor proto. Args: desc_proto: The proto to extract symbols from. package: The package containing the descriptor type. Yields: The fully qualified name found in the descriptor.
Definition at line 161 of file descriptor_database.py.
|
private |
Definition at line 33 of file descriptor_database.py.