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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 315 def _quote(str, LegalChars=_LegalChars,
323 if "" == translate(str, idmap, LegalChars):
453 LegalChars=_LegalChars,
459 if "" != translate(key, idmap, LegalChars):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 315 def _quote(str, LegalChars=_LegalChars,
323 if "" == translate(str, idmap, LegalChars):
453 LegalChars=_LegalChars,
459 if "" != translate(key, idmap, LegalChars):

Completed in 99 milliseconds