(self, attribute)
| 430 | name, code, include) |
| 431 | |
| 432 | def check_gcc_variable_attribute(self, attribute): |
| 433 | return check_gcc_variable_attribute(self, attribute) |
| 434 | |
| 435 | def check_gcc_version_at_least(self, major, minor=0, patchlevel=0): |
| 436 | """Return True if the GCC version is greater than or equal to the |
no test coverage detected