Searched defs:docstr (Results 1 – 9 of 9) sorted by relevance
/third_party/libxml2/python/tests/ |
D | walker.py | 21 docstr="""<foo> variable 60 docstr="""<foo> variable 100 docstr="""<foo> variable
|
D | reader7.py | 21 docstr="""<foo> variable 57 docstr="""<foo> variable
|
D | reader6.py | 44 docstr="""<foo> variable 68 docstr="""<foo> variable
|
D | reader8.py | 14 docstr="""<foo> variable
|
D | reader3.py | 14 docstr="""<?xml version='1.0'?> variable
|
/third_party/python/Objects/ |
D | classobject.c | 162 static PyObject *docstr; in method_get_doc() local 410 static PyObject *docstr; in instancemethod_get_doc() local
|
/third_party/boost/libs/python/src/object/ |
D | class.cpp | 617 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/ |
D | class.hpp | 301 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/ |
D | turtle.py | 3915 def _turtle_docrevise(docstr): argument 3927 def _screen_docrevise(docstr): argument
|