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

  /external/python/cpython3/Lib/
enum.py 664 cls.__reduce_ex__ = _reduce_ex_by_name
674 def _reduce_ex_by_name(self, proto): function
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 668 ReplaceGlobalInt.__reduce_ex__ = enum._reduce_ex_by_name
    [all...]

Completed in 78 milliseconds