Structsยง
- MaskType ๐
Enumsยง
- PermissionOperator ๐
Staticsยง
- NIX_PERMISSIONS ๐
Functionsยง
- build_mask ๐
- decode_symbolic_ ๐mode_ string 
- get_and_ clear_ umask 
- Clears the current umask and returns the previous umask.
- get_class ๐
- get_perms ๐
- get_umask_ ๐tokens 
- is_digit ๐
- is_permission_ ๐token 
- is_user_ ๐access_ token 
- make_parsable_ ๐octal_ string 
- makes sure the returned string is 4 characters and the first character is 0.
- merge_and_ set_ umask 
- If mask_string is a mode string then merge it with umask and set the current umask. If mask_string is an int then treat it as a umask and set the current umask (no merge)).
- octal_string_ ๐to_ mode 
- octal_string_ ๐to_ mode_ t 
- set_umask 
- Set current umask to umask.
- to_mask_ ๐type 
- to_mode ๐
- with_umask_ ๐tokens