Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyASCIIObject

32                     ((PyASCIIObject *)(name))->hash)
3020 (hash = ((PyASCIIObject *) name)->hash) == -1)
3118 assert(((PyASCIIObject *)(name))->hash != -1);