Home
last modified time | relevance | path

Searched refs:class_cache (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable

Completed in 1 milliseconds