/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_functools.py | 221 self.assertEqual(wrapper.__doc__, 'This is a test') 233 self.assertEqual(wrapper.__doc__, None) 249 self.assertEqual(wrapper.__doc__, None) 260 self.assertTrue(wrapper.__doc__.startswith('max(')) 284 self.assertEqual(wrapper.__doc__, 'This is a test') 296 self.assertEqual(wrapper.__doc__, None) 315 self.assertEqual(wrapper.__doc__, None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_functools.py | 221 self.assertEqual(wrapper.__doc__, 'This is a test') 233 self.assertEqual(wrapper.__doc__, None) 249 self.assertEqual(wrapper.__doc__, None) 260 self.assertTrue(wrapper.__doc__.startswith('max(')) 284 self.assertEqual(wrapper.__doc__, 'This is a test') 296 self.assertEqual(wrapper.__doc__, None) 315 self.assertEqual(wrapper.__doc__, None)
|
/build/tools/ |
generate-notice-files.py | 45 print __doc__ 50 print __doc__ 58 print __doc__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 168 doc = getattr(ob, "__doc__", "") 208 expected = t.__doc__ + "\n" + t.__doc__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 168 doc = getattr(ob, "__doc__", "") 208 expected = t.__doc__ + "\n" + t.__doc__
|
/external/chromium_org/build/ |
find_isolated_tests.py | 41 description=sys.modules[__name__].__doc__)
|
/external/chromium_org/components/cronet/tools/ |
cronet_licenses.py | 73 parser.description = (__doc__ +
|
/external/lldb/examples/python/ |
lldb_module_utils.py | 57 dump_module_line_tables.__doc__ = parser.format_help()
|
/external/llvm/utils/ |
sort_includes.py | 79 parser = argparse.ArgumentParser(description=__doc__)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
bytes_methods.h | 23 /* Shared __doc__ strings. */
|
methodobject.h | 42 const char *ml_doc; /* The __doc__ attribute, or NULL */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_values.py | 38 elif ValuesTestCase.__doc__ is not None:
|
test_win32.py | 65 self.assertEqual(COMError.__doc__,
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
bytes_methods.h | 23 /* Shared __doc__ strings. */
|
methodobject.h | 42 const char *ml_doc; /* The __doc__ attribute, or NULL */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_values.py | 38 elif ValuesTestCase.__doc__ is not None:
|
test_win32.py | 65 self.assertEqual(COMError.__doc__,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_struct.so | |
/build/tools/releasetools/ |
img_from_target_files | 68 args = common.ParseOptions(argv, __doc__, 76 common.Usage(__doc__)
|
img_from_target_files.py | 68 args = common.ParseOptions(argv, __doc__, 76 common.Usage(__doc__)
|
/external/blktrace/btt/ |
bno_plot.py | 65 print >>sys.stderr, __doc__ 70 print __doc__
|
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
lint-hunks.py | 72 print __doc__ 76 print __doc__
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_set.py | 65 if cls.__doc__: 66 return cls.__doc__.splitlines()[0]
|
/external/libvpx/libvpx/tools/ |
lint-hunks.py | 72 print __doc__ 76 print __doc__
|
/external/lldb/examples/customization/bin-utils/ |
binutils.py | 77 print utob.__doc__ 106 print itob.__doc__
|