(*args)
| 200 | |
| 201 | _DEBUG = False |
| 202 | def localpath(*args): |
| 203 | return os.path.abspath(os.path.join(*((os.path.dirname(__file__),) + args))) |
| 204 | |
| 205 | def debug(instring): |
| 206 | if _DEBUG: |
no outgoing calls
no test coverage detected
searching dependent graphs…