Lines Matching refs:protocol
15 s = shelve.Shelf(d1, protocol=2, writeback=False)
30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
60 s = shelve.Shelf(d1, protocol=0)
65 s = shelve.Shelf(d2, protocol=1)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
133 _args={'protocol':0}
136 _args={'protocol':1}
139 _args={'protocol':2}
142 _args={'protocol':0}
145 _args={'protocol':1}
148 _args={'protocol':2}