MCPcopy Index your code
hub / github.com/python/cpython / Perm

Class Perm

Lib/test/test_enum.py:3600–3601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598 """Tests of the Flags."""
3599
3600 class Perm(Flag):
3601 R, W, X = 4, 2, 1
3602
3603 class Open(Flag):
3604 RO = 0

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…