Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c5893 #define INIT_STR(S) if (!( S ## _str=PyString_InternFromString(#S))) return -1; in init_stuff() macro
5900 INIT_STR(__class__); in init_stuff()
5901 INIT_STR(__getinitargs__); in init_stuff()
5902 INIT_STR(__dict__); in init_stuff()
5903 INIT_STR(__getstate__); in init_stuff()
5904 INIT_STR(__setstate__); in init_stuff()
5905 INIT_STR(__name__); in init_stuff()
5906 INIT_STR(__main__); in init_stuff()
5907 INIT_STR(__reduce__); in init_stuff()
5908 INIT_STR(__reduce_ex__); in init_stuff()
[all …]