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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
__init__.py 29 if __doc__:
30 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
__init__.py 29 if __doc__:
30 __doc__ = __doc__.encode('ascii').decode('unicode_escape') variable
  /external/python/cpython3/Lib/
struct.py 15 from _struct import __doc__
io.py 73 __doc__ = _io._IOBase.__doc__ variable in class:IOBase
76 __doc__ = _io._RawIOBase.__doc__ variable in class:RawIOBase
79 __doc__ = _io._BufferedIOBase.__doc__ variable in class:BufferedIOBase
82 __doc__ = _io._TextIOBase.__doc__ variable in class:TextIOBase
decimal.py 4 from _decimal import __doc__
9 from _pydecimal import __doc__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
io.py 71 __doc__ = _io._IOBase.__doc__ variable in class:IOBase
74 __doc__ = _io._RawIOBase.__doc__ variable in class:RawIOBase
77 __doc__ = _io._BufferedIOBase.__doc__ variable in class:BufferedIOBase
80 __doc__ = _io._TextIOBase.__doc__ variable in class:TextIOBase
struct.py 3 from _struct import __doc__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
struct.py 3 from _struct import __doc__
  /external/google-breakpad/src/testing/scripts/generator/
gmock_gen.py 30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
  /external/googletest/googlemock/scripts/generator/
gmock_gen.py 30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
  /external/python/cpython2/Lib/
io.py 71 __doc__ = _io._IOBase.__doc__ variable in class:IOBase
74 __doc__ = _io._RawIOBase.__doc__ variable in class:RawIOBase
77 __doc__ = _io._BufferedIOBase.__doc__ variable in class:BufferedIOBase
80 __doc__ = _io._TextIOBase.__doc__ variable in class:TextIOBase
struct.py 3 from _struct import __doc__
  /external/v8/testing/gmock/scripts/generator/
gmock_gen.py 30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
struct.py 3 from _struct import __doc__
  /prebuilts/gdb/linux-x86/lib/python2.7/
struct.py 3 from _struct import __doc__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
struct.py 3 from _struct import __doc__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
struct.py 3 from _struct import __doc__
  /external/python/cpython2/Lib/idlelib/
idlever.py 10 w.warn(__doc__, DeprecationWarning, stacklevel=2)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 169 trace_enable.__doc__ = """Enables tracing.
190 trace_disable.__doc__ = """Disables tracing, if enabled.
196 trace_flush.__doc__ = """Flushes any currently-recorded trace data to disk.
202 trace_is_enabled.__doc__ = """Returns whether tracing is enabled.
205 trace_begin.__doc__ = """Records the beginning of an event of the given name.
235 trace_end.__doc__ = """Records the end of an event of the given name.
244 trace_set_thread_name.__doc__ = """Sets the trace's name for the current thread.
247 trace.__doc__ = """Traces a block of code using a with statement.
258 traced.__doc__ = """
274 clock_sync.__doc__ = ""
    [all...]
  /external/tensorflow/tensorflow/python/ops/
manip_ops.py 33 roll.__doc__ = _gen_manip_ops.roll.__doc__
  /external/autotest/frontend/
views_common.py 8 doc += '<pre>\n%s</pre>\n' % model_class.__doc__
  /external/tensorflow/tensorflow/python/util/
tf_decorator.py 98 if hasattr(target, '__doc__'):
99 decorator_func.__doc__ = decorator.__doc__
150 self.__doc__ = self._decorator_doc
151 elif hasattr(target, '__doc__') and target.__doc__:
152 self.__doc__ = target.__doc__
154 self.__doc__ = ''
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_module.py 11 # and __doc__ is None
20 self.assertEqual(foo.__doc__, ModuleType.__doc__)
26 self.assertEqual(foo.__doc__, None)
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})
33 self.assertEqual(foo.__doc__, "foodoc")
35 {"__name__": "foo", "__doc__": "foodoc"})
41 self.assertEqual(foo.__doc__, u"foodoc\u1234")
43 {"__name__": "foo", "__doc__": u"foodoc\u1234"})
52 self.assertEqual(foo.__doc__, "foodoc")
    [all...]
  /external/python/cpython2/Lib/test/
test_module.py 11 # and __doc__ is None
20 self.assertEqual(foo.__doc__, ModuleType.__doc__)
26 self.assertEqual(foo.__doc__, None)
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})
33 self.assertEqual(foo.__doc__, "foodoc")
35 {"__name__": "foo", "__doc__": "foodoc"})
41 self.assertEqual(foo.__doc__, u"foodoc\u1234")
43 {"__name__": "foo", "__doc__": u"foodoc\u1234"})
52 self.assertEqual(foo.__doc__, "foodoc"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_module.py 11 # and __doc__ is None
20 self.assertEqual(foo.__doc__, ModuleType.__doc__)
26 self.assertEqual(foo.__doc__, None)
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})
33 self.assertEqual(foo.__doc__, "foodoc")
35 {"__name__": "foo", "__doc__": "foodoc"})
41 self.assertEqual(foo.__doc__, u"foodoc\u1234")
43 {"__name__": "foo", "__doc__": u"foodoc\u1234"})
52 self.assertEqual(foo.__doc__, "foodoc"
    [all...]

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>