Package biblio :: Package webquery :: Module loc :: Class LocQuery
[hide private]
[frames] | no frames]

Class LocQuery

source code

           object --+        
                    |        
         impl.ReprObj --+    
                        |    
basewebquery.BaseWebquery --+
                            |
                           LocQuery

Instance Methods [hide private]
 
__init__(self, timeout=5.0, limits=None)
C'tor.
source code
 
query_bibdata_by_isbn(self, isbn, format='MODS')
Return the metadata for a publication specified by ISBN.
source code

Inherited from basewebquery.BaseWebquery: request

Inherited from basewebquery.BaseWebquery (private): _build_request_url

Inherited from impl.ReprObj: __repr__, __str__, __unicode__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from basewebquery.BaseWebquery (private): _repr_fields

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, timeout=5.0, limits=None)
(Constructor)

source code 
C'tor.
Parameters:
  • root_url - The url to be used as the basis for all requests to this service. It should be the common "stem" that does not vary for any request.
  • timeout - How many seconds to wait for a response.
  • limits - A list of QueryThrottles to impose upon the use of this webservice.
Overrides: object.__init__