Home
last modified time | relevance | path

Searched defs:docstr (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/python/tests/
Dwalker.py21 docstr="""<foo> variable
60 docstr="""<foo> variable
100 docstr="""<foo> variable
Dreader7.py21 docstr="""<foo> variable
57 docstr="""<foo> variable
Dreader6.py44 docstr="""<foo> variable
68 docstr="""<foo> variable
Dreader8.py14 docstr="""<foo> variable
Dreader3.py14 docstr="""<?xml version='1.0'?> variable
/third_party/python/Objects/
Dclassobject.c162 static PyObject *docstr; in method_get_doc() local
410 static PyObject *docstr; in instancemethod_get_doc() local
/third_party/boost/libs/python/src/object/
Dclass.cpp617 char const* name, object const& fget, char const* docstr) in add_property()
627 char const* name, object const& fget, object const& fset, char const* docstr) in add_property()
/third_party/boost/boost/python/
Dclass.hpp301 self& add_property(char const* name, Get fget, char const* docstr = 0) in add_property()
308 self& add_property(char const* name, Get fget, Set fset, char const* docstr = 0) in add_property()
/third_party/python/Lib/
Dturtle.py3915 def _turtle_docrevise(docstr): argument
3927 def _screen_docrevise(docstr): argument