Home
last modified time | relevance | path

Searched refs:is_literal_string (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/i18n/
H A Dpygettext.py239 def is_literal_string(s):
340 if ttype == tokenize.STRING and is_literal_string(tstring):
419 if ttype == tokenize.STRING and is_literal_string(tstring):
444 elif ttype == tokenize.STRING and is_literal_string(tstring):
236 def is_literal_string(s): global() function

Completed in 1 milliseconds