(attr)
| 408 | self.compiler_so.append('-ftrapping-math') |
| 409 | |
| 410 | def allow(attr): |
| 411 | return getattr(cmd, attr, None) is not None and attr not in ignore |
| 412 | |
| 413 | if allow('include_dirs'): |
| 414 | self.set_include_dirs(cmd.include_dirs) |
no outgoing calls
no test coverage detected