Home
last modified time | relevance | path

Searched refs:INIT_STR (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c5879 #define INIT_STR(S) if (!( S ## _str=PyString_InternFromString(#S))) return -1; in init_stuff() macro
5886 INIT_STR(__class__); in init_stuff()
5887 INIT_STR(__getinitargs__); in init_stuff()
5888 INIT_STR(__dict__); in init_stuff()
5889 INIT_STR(__getstate__); in init_stuff()
5890 INIT_STR(__setstate__); in init_stuff()
5891 INIT_STR(__name__); in init_stuff()
5892 INIT_STR(__main__); in init_stuff()
5893 INIT_STR(__reduce__); in init_stuff()
5894 INIT_STR(__reduce_ex__); in init_stuff()
[all …]