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

  /external/python/cpython3/Objects/
methodobject.c 127 meth_get__doc__(PyCFunctionObject *m, void *closure) function
194 {"__doc__", (getter)meth_get__doc__, NULL, NULL},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 147 meth_get__doc__(PyCFunctionObject *m, void *closure) function
188 {"__doc__", (getter)meth_get__doc__, NULL, NULL},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 147 meth_get__doc__(PyCFunctionObject *m, void *closure) function
188 {"__doc__", (getter)meth_get__doc__, NULL, NULL},
  /external/python/cpython2/Objects/
methodobject.c 147 meth_get__doc__(PyCFunctionObject *m, void *closure) function
188 {"__doc__", (getter)meth_get__doc__, NULL, NULL},

Completed in 334 milliseconds