HomeSort by relevance Sort by last modified time
    Searched refs:_is_descriptor (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
enum.py 18 def _is_descriptor(obj): function
104 elif not _is_descriptor(value):
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 97 # _is_descriptor, _is_sunder, _is_dunder
104 self.assertFalse(enum._is_descriptor(obj))
106 self.assertTrue(enum._is_descriptor(obj))
    [all...]

Completed in 266 milliseconds