HomeSort by relevance Sort by last modified time
    Searched defs:getdoc (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
355 def getdoc(object): function
    [all...]
pydoc.py 81 def getdoc(object): function
83 result = inspect.getdoc(object) or inspect.getcomments(object)
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
779 doc = self.markup(getdoc(value), self.preformat,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
355 def getdoc(object): function
    [all...]
pydoc.py 81 def getdoc(object): function
83 result = inspect.getdoc(object) or inspect.getcomments(object)
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
779 doc = self.markup(getdoc(value), self.preformat,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
355 def getdoc(object): function
    [all...]
pydoc.py 81 def getdoc(object): function
83 result = inspect.getdoc(object) or inspect.getcomments(object)
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
779 doc = self.markup(getdoc(value), self.preformat,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 16 getdoc(), getcomments() - get documentation on an object
355 def getdoc(object): function
    [all...]
pydoc.py 81 def getdoc(object): function
83 result = inspect.getdoc(object) or inspect.getcomments(object)
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
779 doc = self.markup(getdoc(value), self.preformat,
    [all...]

Completed in 1359 milliseconds