[Twisted-Python] multiple arguments to a callback

snacktime snacktime at gmail.com
Fri Feb 11 19:36:41 EST 2005


Can you do something like this, assuming that _cbnext returns
one,two,three,four,five ?

d = req.dbpool.runInteraction(self.transaction._cbmakeDetailRec)
d.addCallbacks(self._cbnext,log.err)

  def _cbnext(self,one,two,three,four,five):




More information about the Twisted-Python mailing list