HomeSort by relevance Sort by last modified time
    Searched refs:__doc__ (Results 126 - 150 of 550) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 15 WRAPPER_ASSIGNMENTS = ('__module__', '__name__', '__doc__')
76 opfunc.__doc__ = getattr(int, opname).__doc__
macpath.py 75 splitext.__doc__ = genericpath._splitext.__doc__
socket.py 181 __doc__ = _realsocket.__doc__ variable in class:_socketobject
199 close.__doc__ = _realsocket.close.__doc__
204 accept.__doc__ = _realsocket.accept.__doc__
229 p.__doc__ = getattr(_realsocket,_m).__doc__
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 15 WRAPPER_ASSIGNMENTS = ('__module__', '__name__', '__doc__')
76 opfunc.__doc__ = getattr(int, opname).__doc__
macpath.py 75 splitext.__doc__ = genericpath._splitext.__doc__
socket.py 181 __doc__ = _realsocket.__doc__ variable in class:_socketobject
199 close.__doc__ = _realsocket.close.__doc__
204 accept.__doc__ = _realsocket.accept.__doc__
229 p.__doc__ = getattr(_realsocket,_m).__doc__
  /test/vts-testcase/kernel/api/proc/
KernelProcFileTestBase.py 46 func.__doc__ = '%ss : %ss %s \n| %s' % format_tuple
61 func.__doc__ = tok
  /build/make/core/tasks/check_boot_jars/
check_boot_jars.py 66 print __doc__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ndiff.py 56 out(__doc__)
  /external/autotest/site_utils/
dump_suite_report.py 21 parser = commandline.ArgumentParser(description=__doc__)
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 242 if class_obj.__doc__:
243 content.extend(md_docstring(class_obj.__doc__))
294 if func_obj.__doc__:
295 content.extend(md_docstring(func_obj.__doc__))
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tParameter_Block.py 106 log.D(self.test_Nominal_Case.__doc__)
151 log.D(self.test_Set_Block_Directly_Case.__doc__)
212 log.D(self.test_Out_Of_Bound_Param_Value_Case.__doc__)
261 log.D(self.test_Undefined_Param_Case.__doc__)
  /external/python/cpython2/Lib/ctypes/test/
test_values.py 39 elif ValuesTestCase.__doc__ is not None:
  /external/python/cpython2/Lib/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /external/python/cpython2/Tools/scripts/
ndiff.py 56 out(__doc__)
  /external/skia/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 41 description=sys.modules[__name__].__doc__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:
  /prebuilts/gdb/linux-x86/lib/python2.7/
hashlib.py 7 __doc__ = """hashlib module - A common interface to many hash functions.
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ScrolledText.py 49 stext.insert(END, __main__.__doc__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 38 elif ValuesTestCase.__doc__ is not None:

Completed in 775 milliseconds

1 2 3 4 56 7 8 91011>>