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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h 48 #define PyWeakref_CheckProxy(op) \
56 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))

Completed in 54 milliseconds