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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 174 return prop_cache[name]
178 prop_cache[name] = d[name]
197 prop_cache = {} variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 174 return prop_cache[name]
178 prop_cache[name] = d[name]
197 prop_cache = {} variable

Completed in 218 milliseconds