Lines Matching refs:docstring
7 [[docstring][An [link ntbs] whose value will bound to the methods' `__doc__` attribute]]
19 X(docstring)
20 X(docstring, keywords)
21 X(keywords, docstring)
23 X(docstring)[policies]
24 X(docstring, keywords)[policies]
25 X(keywords, docstring)[policies]
28 * If docstring is supplied it must be an [link ntbs], and will be used as the result's docstring. O…
80 args("x", "y", "z"), "This is f's docstring"
87 class_<X>("X", "This is X's docstring")
90 args("x", "y", "z"), "f's docstring"