HomeSort by relevance Sort by last modified time
    Searched refs:__doc__ (Results 476 - 500 of 686) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 197 ['__doc__', '__file__', '__name__',
200 ['__doc__', '__file__', '__name__', '__package__',
203 ['__doc__', '__file__', '__name__','__package__',
219 ['__all__', '__doc__', '__file__',
225 ['__all__', '__doc__', '__file__',
253 ['__doc__', '__file__', '__name__',
258 ['__doc__', '__file__', '__name__',
264 ['__doc__', '__file__', '__name__',
285 self.assertEqual(t8.__doc__, "doc for t8")
  /external/python/cpython3/Lib/
shutil.py     [all...]
  /external/scapy/scapy/modules/
six.py 82 func.__doc__ = doc
133 self.__doc__ = self.__class__.__doc__
136 attrs = ["__doc__", "__name__"]
  /external/scapy/scapy/
pipetool.py 31 doc = pc.__doc__ or ""
38 if pc.__doc__:
39 print("###### %s\n %s" % (pn ,pc.__doc__))
  /external/tensorflow/tensorflow/python/framework/
function.py 391 if self._func.__doc__:
392 self._definition.signature.description = self._func.__doc__
398 description = self._func.__doc__ or None
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
util.py     [all...]
  /external/python/cpython3/Lib/test/
test_coroutines.py 888 self.assertIn('into coroutine', ct.send.__doc__)
889 self.assertIn('inside coroutine', ct.close.__doc__)
890 self.assertIn('in coroutine', ct.throw.__doc__)
891 self.assertIn('of the coroutine', ct.__dict__['__name__'].__doc__)
892 self.assertIn('of the coroutine', ct.__dict__['__qualname__'].__doc__)
    [all...]
test_descr.py 3102 __doc__ = DocDescr() variable in class:.test_doc_descriptor.OldClass
3104 __doc__ = DocDescr() variable in class:.test_doc_descriptor.NewClass
    [all...]
test_builtin.py 332 return (True, f.__doc__)
334 return (False, f.__doc__)
337 values = [(-1, __debug__, f.__doc__),
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 468 doc = v.__doc__.split(" ")
748 if f.__doc__:
750 pstrings = f.__doc__.splitlines()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 468 doc = v.__doc__.split(" ")
748 if f.__doc__:
750 pstrings = f.__doc__.splitlines()
    [all...]
  /cts/tools/utils/
monsoon.py 330 print __doc__.strip()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 12 __doc__
21 "Error", "Dialect", "__doc__", "excel", "excel_tab",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
csv.py 12 __doc__
21 "Error", "Dialect", "__doc__", "excel", "excel_tab",
smtpd.py 99 print >> sys.stderr, __doc__ % globals()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compile.py 363 self.assertIsNone(l.__doc__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 165 print __doc__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 269 % (name.center(7), func.__doc__.strip())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 33 print __doc__
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 530 efi_guid_command.__doc__ = parser.format_help()
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 12 __doc__="""
  /external/llvm/utils/
update_test_checks.py 272 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
  /external/python/cpython2/Lib/
csv.py 12 __doc__
21 "Error", "Dialect", "__doc__", "excel", "excel_tab",
smtpd.py 99 print >> sys.stderr, __doc__ % globals()
  /external/python/cpython2/Lib/test/
test_contextlib.py 107 self.assertEqual(baz.__doc__, "Whee!")

Completed in 1310 milliseconds

<<11121314151617181920>>