(cmd)
| 317 | |
| 318 | |
| 319 | def command_recurses_dir(cmd): |
| 320 | # TODO?: raise error or return None if *cmd* is RootPath or PatternStyle |
| 321 | return cmd not in [IECommand.ExcludeNoRecurse] |
| 322 | |
| 323 | |
| 324 | def get_pattern_class(prefix): |
no outgoing calls
no test coverage detected