()
| 42 | __debug = None |
| 43 | |
| 44 | def debug(): |
| 45 | global __debug |
| 46 | if __debug is None: |
| 47 | __debug = "--debug-configuration" in bjam.variable("ARGV") |
| 48 | return __debug |
| 49 | |
| 50 | |
| 51 | # It is not yet clear what to do with Cygwin on python port. |
no outgoing calls
no test coverage detected