OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tablelist
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py
337
# add the table name to the
tablelist
338
tablelist
= pickle.loads(getattr(self.db, "get_bytes",
340
tablelist
.append(table)
344
pickle.dumps(
tablelist
, 1), txn=txn)
821
tablelist
= pickle.loads(
825
tablelist
.remove(table)
832
pickle.dumps(
tablelist
, 1), txn=txn)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py
337
# add the table name to the
tablelist
338
tablelist
= pickle.loads(getattr(self.db, "get_bytes",
340
tablelist
.append(table)
344
pickle.dumps(
tablelist
, 1), txn=txn)
821
tablelist
= pickle.loads(
825
tablelist
.remove(table)
832
pickle.dumps(
tablelist
, 1), txn=txn)
Completed in 160 milliseconds