Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Ddb.py35 def __init__(self, conn, table, nohist, read_only): argument
37 self.nohist = nohist
40 if nohist:
154 if self.nohist:
214 if self.nohist:
239 if self.nohist:
283 def __init__(self, filename, nohist=True, read_only=False): argument
285 self.nohist=nohist
312 … tableobj = self._tables[tblname] = PRTable(self.connection, tblname, self.nohist, self.read_only)