Searched refs:pdict (Results 1 – 1 of 1) sorted by relevance
1219 def bind(self,pdict): argument1221 self.callable = pdict[self.func]1242 def bind(self,pdict): argument1244 self.callable = pdict[self.func]1872 def bind_callables(self,pdict): argument1874 p.bind(pdict)2765 def __init__(self,pdict,log=None): argument2766 self.pdict = pdict2862 self.start = self.pdict.get('start')2872 self.error_func = self.pdict.get('p_error')[all …]