|
|
|
|
|
|
|
|
|
query_isbn(self,
isbn,
method,
format=' string ' )
A generalised method for ISBN queries that return ISBNs. |
source code
|
|
|
query_isbn10_to_13(self,
isbn,
format=' string ' ) |
source code
|
|
|
query_isbn13_to_10(self,
isbn,
format=' string ' ) |
source code
|
|
|
query_fix_isbn_csum(self,
isbn,
format=' string ' ) |
source code
|
|
|
query_hyphenate_isbn(self,
isbn,
format=' string ' ) |
source code
|
|
Inherited from basewebquery.BaseWebquery :
request
Inherited from impl.ReprObj :
__repr__ ,
__str__ ,
__unicode__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|