10372:1444b4bee64b | 10373:093dcebe5ecb |
---|---|
194 list of codes | 194 list of codes |
195 @rtype dict | 195 @rtype dict |
196 """ | 196 """ |
197 return { | 197 return { |
198 "Call": [ | 198 "Call": [ |
199 (checkBlacklist, tuple(_blacklists.keys())), | 199 (checkBlacklist, tuple(_blacklists)), |
200 ], | 200 ], |
201 } | 201 } |
202 | 202 |
203 | 203 |
204 def checkBlacklist(reportError, context, config): # noqa: U100 | 204 def checkBlacklist(reportError, context, config): # noqa: U100 |