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

  /external/python/cpython3/Include/
object.h 138 Alternatively, _Py_static_string allows choosing the variable name.
149 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(value)
150 #define _Py_IDENTIFIER(varname) _Py_static_string(PyId_##varname, #varname)
    [all...]
  /external/python/cpython3/Objects/
typeobject.c     [all...]
  /external/python/cpython3/Python/
pythonrun.c 48 _Py_static_string(PyId_string, "<string>");
    [all...]
compile.c 675 _Py_static_string(dot, ".");
676 _Py_static_string(dot_locals, ".<locals>");
    [all...]
  /external/python/cpython3/Modules/
_pickle.c     [all...]

Completed in 439 milliseconds