Lines Matching refs:hlist
127 hlist = cp["handlers"]["keys"]
128 if not len(hlist):
130 hlist = hlist.split(",")
131 hlist = _strip_spaces(hlist)
134 for hand in hlist:
201 hlist = section["handlers"]
202 if len(hlist):
203 hlist = hlist.split(",")
204 hlist = _strip_spaces(hlist)
205 for hand in hlist:
249 hlist = section["handlers"]
250 if len(hlist):
251 hlist = hlist.split(",")
252 hlist = _strip_spaces(hlist)
253 for hand in hlist: