HomeSort by relevance Sort by last modified time
    Searched full:nameconstant_type (Results 1 - 1 of 1) sorted by null

  /external/python/cpython3/Python/
Python-ast.c 313 static PyTypeObject *NameConstant_type;
969 NameConstant_type = make_type("NameConstant", expr_type,
971 if (!NameConstant_type) return 0;
    [all...]

Completed in 81 milliseconds