Go to the source code of this file.
Namespaces | |
| rspy.file | |
Functions | |
| def | rspy.file._grep (pattern, lines, context) |
| def | rspy.file.cat (filename) |
| def | rspy.file.find (dir, mask) |
| def | rspy.file.grep (expr, args) |
| def | rspy.file.inside_dir (root) |
| def | rspy.file.is_executable (path_to_file) |
| def | rspy.file.remove_newlines (lines) |
Variables | |
| bool | rspy.file.linux = True |
| rspy.file.system = platform.system() | |