ostk.core.filesystem.PermissionSet

class PermissionSet(
self: ostk.core.filesystem.PermissionSet,
arg0: bool,
arg1: bool,
arg2: bool,
)

Bases: pybind11_object

Methods

can_execute

can_read

can_write

is_all

is_none

none

r

rw

rwx

rx

w

x

__add__(
self: ostk.core.filesystem.PermissionSet,
arg0: ostk.core.filesystem.PermissionSet,
) ostk.core.filesystem.PermissionSet
can_execute(self: ostk.core.filesystem.PermissionSet) bool
can_read(self: ostk.core.filesystem.PermissionSet) bool
can_write(self: ostk.core.filesystem.PermissionSet) bool
is_all(self: ostk.core.filesystem.PermissionSet) bool
is_none(self: ostk.core.filesystem.PermissionSet) bool
static none() ostk.core.filesystem.PermissionSet
static r() ostk.core.filesystem.PermissionSet
static rw() ostk.core.filesystem.PermissionSet
static rwx() ostk.core.filesystem.PermissionSet
static rx() ostk.core.filesystem.PermissionSet
static w() ostk.core.filesystem.PermissionSet
static x() ostk.core.filesystem.PermissionSet