This website works better with JavaScript.
Explore
Help
Register
Sign In
sunsocool
/
Scheduler
Watch
1
Star
1
Fork
You've already forked Scheduler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b6b7a3711d
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b6b7a3711d'
${ noResults }
Scheduler
/
helper
/
mask.py
8 lines
118 B
Raw
Blame
History
from
enum
import
IntEnum
class
Mask
(
IntEnum
)
:
READ
=
1
CREATE
=
3
UPDATE
=
5
DELETE
=
9
CRUD
=
15
Reference in new issue
View Git Blame
Copy Permalink