woob.tools.path
¶
-
class
woob.tools.path.
WorkingPath
¶ Bases:
woob.tools.compat.StrConv
,object
-
cd1
(user_input)¶ Append one level to the current path. This means that separators (/) will get escaped.
-
get
()¶ Get the current working path
-
home
()¶ Go to the root
-
location
(split_path)¶ Go to a new path, and store the previous path.
-
restore
()¶ Go to the previous path
-
up
()¶ Go up one directory
-
-
woob.tools.path.
test
()¶