Part of pida.utils.anyvc.file View In Hierarchy
stores status informations about files
>>> StatedPath("a.txt", "normal") <normal 'a.txt'>
returns the absolute path if the base is known else it returns None
>>> StatedPath("a",None,"b").abspath "a/b"
>>> StatedPath("a",None).abspath None