musixmatch.api.ResponseMessage Class Reference
Inheritance diagram for musixmatch.api.ResponseMessage:
Inheritance graph
Collaboration diagram for musixmatch.api.ResponseMessage:
Collaboration graph

Public Member Functions

def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 

Detailed Description

Abstract class which provides a base class for formatted response.

Definition at line 122 of file musixmatch-master/build/lib/musixmatch/api.py.

Constructor & Destructor Documentation

def musixmatch.api.ResponseMessage.__init__ (   self,
  response 
)
def musixmatch.api.ResponseMessage.__init__ (   self,
  response 
)

Definition at line 126 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.ResponseMessage.__init__ (   self,
  response 
)
def musixmatch.api.ResponseMessage.__init__ (   self,
  response 
)

Definition at line 126 of file Yading/musixmatch-master/musixmatch/api.py.

Member Function Documentation

def musixmatch.api.ResponseMessage.__repr__ (   self)
def musixmatch.api.ResponseMessage.__repr__ (   self)

Definition at line 139 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.ResponseMessage.__repr__ (   self)

Definition at line 139 of file Yading/musixmatch-master/musixmatch/api.py.

def musixmatch.api.ResponseMessage.__repr__ (   self)
def musixmatch.api.ResponseMessage.status_code (   self)
Is the :py:class:`ResponseStatusCode` object representing the
message status code.

:raises: :py:exc:`ValueError` if not set.

Definition at line 130 of file Yading/musixmatch-master/build/lib/musixmatch/api.py.

def musixmatch.api.ResponseMessage.status_code (   self)
Is the :py:class:`ResponseStatusCode` object representing the
message status code.

:raises: :py:exc:`ValueError` if not set.

Definition at line 130 of file musixmatch-master/build/lib/musixmatch/api.py.

Referenced by musixmatch.api.ResponseMessage.status_code().

def musixmatch.api.ResponseMessage.status_code (   self)
Is the :py:class:`ResponseStatusCode` object representing the
message status code.

:raises: :py:exc:`ValueError` if not set.

Definition at line 130 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.ResponseMessage.status_code (   self)
Is the :py:class:`ResponseStatusCode` object representing the
message status code.

:raises: :py:exc:`ValueError` if not set.

Definition at line 130 of file Yading/musixmatch-master/musixmatch/api.py.


The documentation for this class was generated from the following file: