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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member in struct:__anon5350
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member in struct:__anon5657
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member in struct:__anon53263
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member in struct:__anon53385
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member in struct:__anon105105
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ member in struct:__anon105228
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 37 op->func_doc = doc;
166 {"func_doc", T_OBJECT, OFF(func_doc), PY_WRITE_RESTRICTED},
167 {"__doc__", T_OBJECT, OFF(func_doc), PY_WRITE_RESTRICTED},
346 PyDoc_STRVAR(func_doc,
459 Py_XDECREF(op->func_doc);
480 Py_VISIT(f->func_doc);
568 func_doc, /* tp_doc */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 37 op->func_doc = doc;
166 {"func_doc", T_OBJECT, OFF(func_doc), PY_WRITE_RESTRICTED},
167 {"__doc__", T_OBJECT, OFF(func_doc), PY_WRITE_RESTRICTED},
346 PyDoc_STRVAR(func_doc,
459 Py_XDECREF(op->func_doc);
480 Py_VISIT(f->func_doc);
568 func_doc, /* tp_doc */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_funcattrs.py 313 self.assertEqual(self.b.func_doc, None)
317 self.assertEqual(self.b.func_doc, docstr)
327 self.assertEqual(self.b.func_doc, None)
328 self.b.func_doc = "The docstring"
329 del self.b.func_doc
331 self.assertEqual(self.b.func_doc, None)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_funcattrs.py 313 self.assertEqual(self.b.func_doc, None)
317 self.assertEqual(self.b.func_doc, docstr)
327 self.assertEqual(self.b.func_doc, None)
328 self.b.func_doc = "The docstring"
329 del self.b.func_doc
331 self.assertEqual(self.b.func_doc, None)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_funcattrs.py 313 self.assertEqual(self.b.func_doc, None)
317 self.assertEqual(self.b.func_doc, docstr)
327 self.assertEqual(self.b.func_doc, None)
328 self.b.func_doc = "The docstring"
329 del self.b.func_doc
331 self.assertEqual(self.b.func_doc, None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py 313 self.assertEqual(self.b.func_doc, None)
317 self.assertEqual(self.b.func_doc, docstr)
327 self.assertEqual(self.b.func_doc, None)
328 self.b.func_doc = "The docstring"
329 del self.b.func_doc
331 self.assertEqual(self.b.func_doc, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py 313 self.assertEqual(self.b.func_doc, None)
317 self.assertEqual(self.b.func_doc, docstr)
327 self.assertEqual(self.b.func_doc, None)
328 self.b.func_doc = "The docstring"
329 del self.b.func_doc
331 self.assertEqual(self.b.func_doc, None)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1028 milliseconds