Home
last modified time | relevance | path

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

/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dbroker.py129 def decgift(giftID=int, count=int): argument
473 rref, giftID, count = old
474 self.myGifts[i] = (rref, giftID, count+1)
476 giftID = next(self.nextGiftID)
477 self.myGiftsByGiftID[giftID] = i
478 self.myGifts[i] = (rref, giftID, 1)
479 return giftID
481 def remote_decgift(self, giftID, count): argument
482 broker, clid = self.myGiftsByGiftID[giftID]
483 rref, giftID, gift_count = self.myGifts[(broker, clid)]
[all …]
H A Dreferenceable.py650 giftID = broker.makeGift(self.obj)
652 yield giftID
693 giftID = None variable in TheirReferenceUnslicer
710 self.giftID = obj
720 if self.giftID is None or self.url is None:
760 if self.giftID != 0:
763 rb.callRemoteOnly("decgift", giftID=self.giftID, count=1)
767 if self.giftID is None:
769 return "<gift-%s>" % self.giftID
/dports/devel/py-foolscap/foolscap-21.7.0/
H A DChangeLog.0.6.42577 sequence instead of a (useless) my-reference. Use giftID=0 to
2579 (TheirReferenceUnslicer.ackGift): giftID=0 means don't ack