Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
15
test_or
Method · 0.70
test_and
Method · 0.70
test_xor
Method · 0.70
test_programatic_function_string
Method · 0.70
test_programatic_function_string_with_start
Method · 0.70
test_programatic_function_string_list
Method · 0.70
test_programatic_function_iterable
Method · 0.70
test_programatic_function_from_dict
Method · 0.70
test_and
Method · 0.70
test_invert
Method · 0.70
test_programatic_function_string
Method · 0.70
test_programatic_function_string_with_start
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_or
Method · 0.56
test_and
Method · 0.56
test_xor
Method · 0.56
test_programatic_function_string
Method · 0.56
test_programatic_function_string_with_start
Method · 0.56
test_programatic_function_string_list
Method · 0.56
test_programatic_function_iterable
Method · 0.56
test_programatic_function_from_dict
Method · 0.56
test_and
Method · 0.56
test_invert
Method · 0.56
test_programatic_function_string
Method · 0.56
test_programatic_function_string_with_start
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…