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

  /external/python/cpython3/Objects/
typeobject.c 799 type_set_doc(PyTypeObject *type, PyObject *value, void *context) function
843 {"__doc__", (getter)type_get_doc, (setter)type_set_doc, NULL},
    [all...]

Completed in 119 milliseconds