Home
last modified time | relevance | path

Searched refs:getdoc (Results 1 – 25 of 36) sorted by relevance

12

/external/libxml2/doc/tutorial/
Dincludexpath.c6 getdoc (char *docname) {
59 doc = getdoc(docname);
/external/python/parse_type/bin/
Dtoxcmd.py211 return inspect.getdoc(self.func)
227 parser = argparse.ArgumentParser(description=inspect.getdoc(toxcmd_main),
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py301 def getdoc(object): # pylint: disable=redefined-builtin function
313 return _inspect.getdoc(object)
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py315 def getdoc(object): # pylint: disable=redefined-builtin function
327 return _inspect.getdoc(object)
Dtf_inspect_test.py515 tf_inspect.getdoc(test_decorated_function_with_defaults))
/external/pigweed/pw_rpc/py/pw_rpc/console_tools/
Dfunctions.py71 docs = inspect.getdoc(function) or '(no docstring)'
Dconsole.py79 return inspect.getdoc(item) or f'No documentation for {item!r}.'
/external/python/cpython2/Lib/
Dpydoc.py82 def getdoc(object): function
84 result = inspect.getdoc(object) or inspect.getcomments(object)
697 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
818 doc = self.markup(getdoc(value), self.preformat,
893 doc = self.markup(getdoc(object), self.preformat, funcs, classes, mdict)
952 getdoc(object), self.preformat, funcs, classes, methods)
963 doc = self.markup(getdoc(value), self.preformat)
1073 synop, desc = splitdoc(getdoc(object))
1187 doc = getdoc(object)
1243 doc = getdoc(value)
[all …]
DDocXMLRPCServer.py99 docstring = pydoc.getdoc(object)
DSimpleXMLRPCServer.py344 return pydoc.getdoc(method)
Dinspect.py354 def getdoc(object): function
/external/python/cpython3/Lib/
Dpydoc.py185 def getdoc(object): function
807 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
920 doc = getdoc(value)
924 doc = self.markup(getdoc(value), self.preformat,
1010 doc = getdoc(object)
1083 getdoc(object), self.preformat, funcs, classes, methods)
1094 doc = self.markup(getdoc(object), self.preformat)
1202 synop, desc = splitdoc(getdoc(object))
1329 doc = getdoc(object)
1401 doc = getdoc(value)
[all …]
/external/python/cpython3/Lib/idlelib/
Dcalltip.py189 doc = inspect.getdoc(ob)
/external/clang/
Dupdate-prebuilts.py42 description=inspect.getdoc(sys.modules[__name__]))
/external/deqp-deps/SPIRV-Tools/utils/
Dcheck_copyright.py198 description=inspect.getdoc(sys.modules[__name__]))
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py198 description=inspect.getdoc(sys.modules[__name__]))
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/
Dcheck_copyright.py202 description=inspect.getdoc(sys.modules[__name__]))
/external/python/cpython3/Lib/xmlrpc/
Dserver.py345 return pydoc.getdoc(method)
784 docstring = pydoc.getdoc(object)
/external/python/cpython2/Lib/test/
Dtest_inspect.py262 self.assertEqual(inspect.getdoc(mod), 'A module docstring.')
263 self.assertEqual(inspect.getdoc(mod.StupidGit),
265 self.assertEqual(inspect.getdoc(git.abuse),
/external/tensorflow/tensorflow/python/ops/distributions/
Ddistribution.py196 class_special_attr_docstring = tf_inspect.getdoc(class_special_attr_value)
201 class_attr_docstring = tf_inspect.getdoc(base_attr_value)
/external/python/cpython3/Lib/test/
Dtest_inspect.py432 self.assertEqual(inspect.getdoc(mod), 'A module docstring.')
433 self.assertEqual(inspect.getdoc(mod.StupidGit),
435 self.assertEqual(inspect.getdoc(git.abuse),
437 self.assertEqual(inspect.getdoc(SlotUser.power),
439 self.assertEqual(inspect.getdoc(SlotUser.distance),
445 self.assertEqual(inspect.getdoc(mod.FesteringGob),
447 self.assertEqual(inspect.getdoc(mod.FesteringGob.abuse),
449 self.assertEqual(inspect.getdoc(mod.FesteringGob().abuse),
451 self.assertEqual(inspect.getdoc(mod.FesteringGob.contradiction),
/external/pigweed/pw_rpc/py/pw_rpc/
Dcallback_client.py139 docstring = inspect.getdoc(self.__call__)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a4.rst377 inspect.getdoc() now follows inheritance chains.
D3.9.0b1.rst284 Revert changes to :func:`inspect.getdoc`.
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst384 Factored out the indentation cleaning from inspect.getdoc() into

12