OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_is_descriptor
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/
enum.py
20
def
_is_descriptor
(obj):
function
93
elif not
_is_descriptor
(value):
[
all
...]
/external/python/cpython3/Lib/test/
test_enum.py
95
#
_is_descriptor
, _is_sunder, _is_dunder
102
self.assertFalse(enum.
_is_descriptor
(obj))
104
self.assertTrue(enum.
_is_descriptor
(obj))
[
all
...]
Completed in 294 milliseconds