Home
last modified time | relevance | path

Searched refs:docstrings (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcmdfw.py89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py373 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
536 docstrings = 0 variable in main.Options
555 options.docstrings = 1