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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Duuid.py202 def get_bytes(self): member in class:UUID
208 bytes = property(get_bytes)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Duuid.py202 def get_bytes(self): member in class:UUID
208 bytes = property(get_bytes)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbtables.py244 def get_bytes(self, key, txn=None, flags=0) : member in class:bsdTableDB.__init__.db_py3k
338 tablelist = pickle.loads(getattr(self.db, "get_bytes",
368 pickledcolumnlist = getattr(self.db, "get_bytes",
405 getattr(self.db, "get_bytes",
445 tcolpickles = getattr(self.db, "get_bytes",
822 getattr(self.db, "get_bytes", self.db.get)(_table_names_key,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbtables.py244 def get_bytes(self, key, txn=None, flags=0) : member in class:bsdTableDB.__init__.db_py3k
338 tablelist = pickle.loads(getattr(self.db, "get_bytes",
368 pickledcolumnlist = getattr(self.db, "get_bytes",
405 getattr(self.db, "get_bytes",
445 tcolpickles = getattr(self.db, "get_bytes",
822 getattr(self.db, "get_bytes", self.db.get)(_table_names_key,

Completed in 137 milliseconds