Home
last modified time | relevance | path

Searched refs:__Select (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/bsddb/
Ddbtables.py537 matching_rowids = self.__Select(table, [], conditions)
588 matching_rowids = self.__Select(table, [], conditions)
638 matching_rowids = self.__Select(table, columns, conditions)
648 def __Select(self, table, columns, conditions): member in bsdTableDB