/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | [all...] |
test_contextlib.py | 107 self.assertEqual(baz.__doc__, "Whee!")
|
test_enumerate.py | 74 self.enum.__doc__
|
test_genexps.py | 227 >>> print(g.next.__doc__ if HAVE_DOCSTRINGS else 'x.next() -> the next value, or raise StopIteration')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | [all...] |
test_contextlib.py | 107 self.assertEqual(baz.__doc__, "Whee!")
|
test_enumerate.py | 74 self.enum.__doc__
|
test_genexps.py | 227 >>> print(g.next.__doc__ if HAVE_DOCSTRINGS else 'x.next() -> the next value, or raise StopIteration')
|
/build/tools/releasetools/ |
check_target_files_signatures | 400 args = common.ParseOptions(argv, __doc__, 407 common.Usage(__doc__)
|
sign_target_files_apks | 317 args = common.ParseOptions(argv, __doc__, 327 common.Usage(__doc__)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 53 replacement.__doc__ = test_method.__doc__
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_main.py | 341 parser.description = re.sub('[\r\n ]{2,}', ' ', obj.__doc__) 375 ' %-10s %s' % (fn, Command(fn).__doc__.split('\n')[0].strip())
|
/external/chromium_org/third_party/ply/ |
lex.py | 750 if not f.__doc__: 756 c = re.compile("(?P<%s>%s)" % (fname,f.__doc__), re.VERBOSE | self.reflags) 763 if '#' in f.__doc__: [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cmd.py | 304 doc=getattr(self, 'do_' + arg).__doc__ 333 elif getattr(self, name).__doc__:
|
copy.py | 69 See the module's __doc__ string for more info. 148 See the module's __doc__ string for more info.
|
csv.py | 12 __doc__ namespace 21 "Error", "Dialect", "__doc__", "excel", "excel_tab",
|
posixpath.py | 106 splitext.__doc__ = genericpath._splitext.__doc__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cmd.py | 304 doc=getattr(self, 'do_' + arg).__doc__ 333 elif getattr(self, name).__doc__:
|
copy.py | 69 See the module's __doc__ string for more info. 148 See the module's __doc__ string for more info.
|
csv.py | 12 __doc__ namespace 21 "Error", "Dialect", "__doc__", "excel", "excel_tab",
|
posixpath.py | 106 splitext.__doc__ = genericpath._splitext.__doc__
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class.py | 159 sys.stderr.write(__doc__)
|
/external/chromium_org/third_party/bintrees/bintrees/ |
__init__.py | 11 __doc__ = """
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 79 print __doc__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 79 print __doc__
|