Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfrozen.c18 #define SIZE (int)sizeof(_Py_M__hello)
29 {"__hello__", _Py_M__hello, SIZE},
31 {"__phello__", _Py_M__hello, -SIZE},
32 {"__phello__.spam", _Py_M__hello, SIZE},
Dfrozen_hello.h2 const unsigned char _Py_M__hello[] = { variable