I represent a query session on the Web of Knowledge.
The session is connected to a database whose schema is
'org.pybliographer/wok/...'.
Method Summary |
|
__init__(self,
db)
|
|
cancel (self)
Cancel a running query. |
|
count (self,
query)
Ask WOK for the number of results of a given query. |
|
search (self,
query,
maxhits)
Start a query on the WOK, and fill in the database with the
matches. |
|
_done (self,
data)
Called in any case to mark the end of a pending request to the WOK
server. |
|
_query(self,
**args)
|
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name |
|
__hash__ (x)
x.__hash__() <==> hash(x) |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__repr__ (x)
x.__repr__() <==> repr(x) |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value |
|
__str__ (x)
x.__str__() <==> str(x) |