(name)
| 428 | if follow: |
| 429 | # use the real function if it exists |
| 430 | def lookup(name): |
| 431 | return getattr(os, name, _nop) |
| 432 | else: |
| 433 | # use the real function only if it exists |
| 434 | # *and* it supports follow_symlinks |
no outgoing calls
no test coverage detected
searching dependent graphs…