OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:docstr
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp
38
int &f(char const* name, Get fget, char const*
docstr
= 0);
41
float &f(char const* name, Get fget, Set fset, char const*
docstr
= 0);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py
314
docstr
= "A test method that does nothing"
315
self.b.__doc__ = self.f.a.im_func.__doc__ =
docstr
316
self.assertEqual(self.b.__doc__,
docstr
)
317
self.assertEqual(self.b.func_doc,
docstr
)
318
self.assertEqual(self.f.a.__doc__,
docstr
)
319
self.assertEqual(self.fi.a.__doc__,
docstr
)
320
self.cannot_set_attr(self.f.a, "__doc__",
docstr
, AttributeError)
321
self.cannot_set_attr(self.fi.a, "__doc__",
docstr
, AttributeError)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py
314
docstr
= "A test method that does nothing"
315
self.b.__doc__ = self.f.a.im_func.__doc__ =
docstr
316
self.assertEqual(self.b.__doc__,
docstr
)
317
self.assertEqual(self.b.func_doc,
docstr
)
318
self.assertEqual(self.f.a.__doc__,
docstr
)
319
self.assertEqual(self.fi.a.__doc__,
docstr
)
320
self.cannot_set_attr(self.f.a, "__doc__",
docstr
, AttributeError)
321
self.cannot_set_attr(self.fi.a, "__doc__",
docstr
, AttributeError)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
[
all
...]
Completed in 1990 milliseconds