Searched refs:_ExtensionDict (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dreflection.py415 # _ExtensionDict is just an adaptor with no state so we allocate a new one
417 cls.Extensions = property(lambda self: _ExtensionDict(self))
1050 class _ExtensionDict(object): class in inherits:object

Completed in 81 milliseconds