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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 633 signature_method_names = ', '.join(self.signature_methods.keys())
634 raise Error('Signature method %s not supported try one of the following: %s' % (signature_method, signature_method_names))
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 633 signature_method_names = ', '.join(self.signature_methods.keys())
634 raise Error('Signature method %s not supported try one of the following: %s' % (signature_method, signature_method_names))

Completed in 34 milliseconds