mutapath.MutaPath.access

MutaPath.access(*args, **kwargs)[source]

Return does the real user have access to this path.

>>> Path('.').access(os.F_OK)
True

See also

os.access()