MCPcopy Index your code
hub / github.com/csev/py4e / get_name

Method get_name

code3/oauth.py:540–542  ·  view source on GitHub ↗

-> str.

(self)

Source from the content-addressed store, hash-verified

538class OAuthSignatureMethod(object):
539 """A strategy class that implements a signature method."""
540 def get_name(self):
541 """-> str."""
542 raise NotImplementedError
543
544 def build_signature_base_string(self, oauth_request,
545 oauth_consumer, oauth_token):

Callers 2

sign_requestMethod · 0.45
add_signature_methodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected