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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
48 #define PyDict_MINSIZE 8
88 PyDictEntry ma_smalltable[PyDict_MINSIZE];
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
48 #define PyDict_MINSIZE 8
88 PyDictEntry ma_smalltable[PyDict_MINSIZE];

Completed in 3951 milliseconds