()
| 954 | 'This could not be parsed: "%s"' % (val,)) |
| 955 | |
| 956 | def GetNonHeaderExtensions(): |
| 957 | return GetAllExtensions().difference(GetHeaderExtensions()) |
| 958 | |
| 959 | def ParseNolintSuppressions(filename, raw_line, linenum, error): |
| 960 | """Updates the global list of line error-suppressions. |
no test coverage detected