Searched refs:_Database (Results 1 – 3 of 3) sorted by relevance
48 def _Database(self): member in SymbolDatabaseTest67 instance = self._Database().GetPrototype(72 messages = self._Database().GetMessages(80 unittest_pb2.TestAllTypes, self._Database().GetSymbol(83 unittest_pb2.TestAllTypes.NestedMessage, self._Database().GetSymbol(86 unittest_pb2.TestAllTypes.OptionalGroup, self._Database().GetSymbol(89 unittest_pb2.TestAllTypes.RepeatedGroup, self._Database().GetSymbol(96 self._Database().pool.FindEnumTypeByName(100 self._Database().pool.FindEnumTypeByName(106 self._Database().pool.FindMessageTypeByName([all …]
35 class _Database(collections.abc.MutableMapping): class316 return _Database(file, mode, flag=flag)
21205 dumbdbm.py's _Database.__del__() method attempted to close the21206 database properly, but a shutdown race in _Database._commit() could