Searched defs:_make_class_unpicklable (Results 1 – 2 of 2) sorted by relevance
| /external/python/enum34/enum/ | ||
| D | __init__.py | 86 def _make_class_unpicklable(cls): function |
| /external/python/cpython3/Lib/ | ||
| D | enum.py | 100 def _make_class_unpicklable(obj): function |