Lines Matching refs:hlist
137 hlist = cp["handlers"]["keys"]
138 if not len(hlist):
140 hlist = hlist.split(",")
141 hlist = _strip_spaces(hlist)
144 for hand in hlist:
211 hlist = section["handlers"]
212 if len(hlist):
213 hlist = hlist.split(",")
214 hlist = _strip_spaces(hlist)
215 for hand in hlist:
259 hlist = section["handlers"]
260 if len(hlist):
261 hlist = hlist.split(",")
262 hlist = _strip_spaces(hlist)
263 for hand in hlist: