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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
template.py 40 %(Docstring)s},"""
58 docstring = """\
60 %(Docstring)s);
  /external/python/cpython2/Tools/framer/framer/
template.py 40 %(Docstring)s},"""
58 docstring = """\
60 %(Docstring)s);
  /external/python/cpython2/Mac/Modules/ctl/
ctledit.py 34 f.docstring = lambda : "() -> None"
  /external/python/cpython2/Mac/Modules/evt/
evtsupport.py 86 f.docstring = lambda: "(EventMask eventMask, UInt32 sleep [,RegionHandle]) -> (Boolean _rv, EventRecord theEvent)"
  /external/brotli/
configure-cmake 136 eval "docstring=\$$var_doc_name"
137 if [ "x${docstring}" = "x" ]; then
140 printf " --enable-%-14s %s\n" "${VAR_NAME}" "$docstring"
152 eval "docstring=\$$var_doc_name"
153 if [ "x${docstring}" = "x" ]; then
156 printf " --disable-%-13s %s\n" "${VAR_NAME}" "$docstring"
168 eval "docstring=\$$var_doc_name"
170 if [ "x${docstring}" = "x" ]; then
173 printf " --with-%-16s %s\n" "$paraminfo" "$docstring"
  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 247 f.docstring = lambda: "() -> None"
271 f.docstring = lambda: "(EventTypeSpec inSpec, Method callback) -> (EventHandlerRef outRef)"
307 f.docstring = lambda: "(EventParamName eventName, EventParamType eventType) -> (String eventParamData)"
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 187 f.docstring = lambda: "(Resource)->List.\nReturns List object (which is not auto-freed!)"
244 f.docstring = lambda: "(Rect rView, Rect dataBounds, Point cellSize, ListDefSpec theSpec, WindowPtr theWindow, Boolean drawIt, Boolean hasGrow, Boolean scrollHoriz, Boolean scrollVert) -> (ListHandle outList)"
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 182 f.docstring = lambda: "(CGrafPtr) -> CGContextRef"
  /external/python/cpython2/Mac/Modules/win/
winedit.py 68 f.docstring = lambda: "(int)->int. Automatically DisposeHandle the object on Python object cleanup"
winsupport.py 208 f.docstring = lambda : "Resolve an integer WindowPtr address to a Window object"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 67 docstring = self.docstring()
72 Output(" PyDoc_STR(%s)},", stringify(docstring))
76 def docstring(self): member in class:BaseFunctionGenerator
145 def docstring(self): member in class:FunctionGenerator
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 67 docstring = self.docstring()
72 Output(" PyDoc_STR(%s)},", stringify(docstring))
76 def docstring(self): member in class:BaseFunctionGenerator
145 def docstring(self): member in class:FunctionGenerator
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 568 f.docstring = lambda: "() -> (string _rv)"
586 f.docstring = lambda: "() -> (unicode _rv)"
599 f.docstring = lambda: "() -> (string _rv)"
625 f.docstring = lambda: "(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)"
635 f.docstring = lambda: "() -> (python_object)"
659 f.docstring = lambda: "(python_object) -> (CF_object)"
  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 197 f.docstring = lambda: "(TXNInitOptions) -> None"
  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffssupport.py 109 f.docstring = lambda: """(pixmap, int start, int size) -> string. Return bytes from the pixmap"""
127 f.docstring = lambda: """(pixmap, int start, string data). Store bytes into the pixmap"""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
  /external/python/cpython2/Lib/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
424 ## a string (such as an object's docstring). The DocTest class also
510 the object whose docstring this DocTest was extracted from).
520 - docstring: The string that the examples were extracted from,
523 def __init__(self, examples, globs, name, filename, lineno, docstring):
531 self.docstring = docstring
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
  /prebuilts/gdb/linux-x86/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
  /external/python/cpython2/Mac/Modules/ae/
aesupport.py 230 f.docstring = lambda: "(int)->int. Automatically AEDisposeDesc the object on Python object cleanup"
  /external/python/cpython2/Tools/pynche/
Main.py 83 # Do this because PyncheWidget.py wants to get at the interpolated docstring function
85 def docstring():
90 print docstring()
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 849 f.docstring = lambda: "() -> string"
859 f.docstring = lambda: "() -> string"
877 f.docstring = lambda: "() -> string"
888 f.docstring = lambda: "() -> (vRefNum, dirID, name)"
906 f.docstring = lambda: "(str|unicode|FSSpec|FSref) -> pathname"

Completed in 6914 milliseconds

1 2 3