schlichtanders.myos module¶
Felpers for the OS. Paths, files, ...
-
schlichtanders.myos.load(filename)[source]¶ convenience function to easily load file
Parameters: filename – filename to load Returns: string content of filename
-
schlichtanders.myos.manipulate_file(string_manipulater, file_path, *args, **kwargs)[source]¶ filepath gets first argument of string_manipulater, *args, **kwargs can pass all other arguments
Shall be used like working strings. Instead of
string_manipulater(string, *args, **kwargs)The syntax gets kind of``string_manipulater, file, *args, **kwargs``