HomeSort by relevance Sort by last modified time
    Searched refs:docstrings (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmdfw.py 89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
  /external/python/cpython2/Demo/pdist/
cmdfw.py 89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
  /external/python/cpython3/Tools/i18n/
pygettext.py 81 --docstrings
82 Extract module, class, method, and function docstrings. These do
84 Python to consider them docstrings. (See also the -X option).
150 --no-docstrings=filename
152 should not have their docstrings extracted. This is only useful in
336 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
435 # to skip translating some unimportant docstrings.
481 'docstrings', 'no-docstrings',
502 docstrings =
496 docstrings = 0 variable in class:main.Options
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 81 --docstrings
82 Extract module, class, method, and function docstrings. These do
84 Python to consider them docstrings. (See also the -X option).
150 --no-docstrings=filename
152 should not have their docstrings extracted. This is only useful in
378 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
473 # to skip translating some unimportant docstrings.
521 'docstrings', 'no-docstrings',
542 docstrings = 0
536 docstrings = 0 variable in class:main.Options
    [all...]
  /external/python/cpython2/Tools/i18n/
pygettext.py 81 --docstrings
82 Extract module, class, method, and function docstrings. These do
84 Python to consider them docstrings. (See also the -X option).
150 --no-docstrings=filename
152 should not have their docstrings extracted. This is only useful in
371 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
466 # to skip translating some unimportant docstrings.
514 'docstrings', 'no-docstrings',
535 docstrings =
529 docstrings = 0 variable in class:main.Options
    [all...]

Completed in 805 milliseconds