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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 251 # [synopsis] - formatted as '<self.name> %s' % self.synopsis
271 # Synopsis (%(name)s is replaced by the program name)
272 synopsis = '%(name)s [option] files...' variable in class:Application
494 if self.synopsis:
495 print 'Synopsis:'
498 synopsis = self.synopsis % self.name
500 synopsis = self.synopsis % self.__dict__
    [all...]
  /external/python/cpython2/Tools/pybench/
CommandLine.py 251 # [synopsis] - formatted as '<self.name> %s' % self.synopsis
271 # Synopsis (%(name)s is replaced by the program name)
272 synopsis = '%(name)s [option] files...' variable in class:Application
494 if self.synopsis:
495 print 'Synopsis:'
498 synopsis = self.synopsis % self.name
500 synopsis = self.synopsis % self.__dict_
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 29 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
63 # loaded modules, so calling synopsis() on a binary module file
102 """Split a doc string into a synopsis line (if any) and the rest."""
257 def synopsis(filename, cache={}): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}): function
    [all...]
  /external/python/cpython2/Lib/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
50 # loaded modules, so calling synopsis() on a binary module file
89 """Split a doc string into a synopsis line (if any) and the rest."""
244 def synopsis(filename, cache={}): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}): function
    [all...]

Completed in 249 milliseconds