Searched refs:handlerList (Results 1 – 4 of 4) sorted by relevance
95 const handlerList: Function[] = events[type] || []; constant96 handlerList.push(handler);97 events[type] = handlerList;107 const handlerList: Function[] = events[type]; constant109 if (handlerList) {110 handlerList.forEach((handler) => {
282 const handlerList = events[type]; constant283 if (handlerList) {286 handlerList.forEach((handler) => {305 const handlerList = events[type]; constant306 if (handlerList) {308 handlerList.forEach((handler) => {366 const handlerList = events[type] || []; constant367 handlerList.push(handler);368 events[type] = handlerList;393 const handlerList = events[type]; constant[all …]
2167 def shutdown(handlerList=_handlerList): argument2174 for wr in reversed(handlerList[:]):
4157 logging.shutdown(handlerList=list(handlers))4169 logging.shutdown(handlerList=list(handlers))