Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/i18n/
Dpygettext.py376 self.__addentry(safe_eval(tstring), lineno, isdocstring=1)
396 self.__addentry(safe_eval(tstring), lineno, isdocstring=1)
434 def __addentry(self, msg, lineno=None, isdocstring=0): argument
439 self.__messages.setdefault(msg, {})[entry] = isdocstring
464 isdocstring = 0
469 isdocstring = 1
497 if isdocstring: