|
|
__init__(self,
identity,
datasource)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
identify(self)
Append Identify tag and child nodes |
source code
|
|
|
|
|
|
|
make_record_header(self,
id,
ctime)
Build and return a record header |
source code
|
|
|
|
make_record(self,
id,
dc,
ctime)
Build and return a record |
source code
|
|
|
|
|
|
|
get_record(self,
id)
Append GetRecord result |
source code
|
|
|
|
list_records(self,
from_time,
until_time,
token=None,
ids_only=False)
Append ListIdentifiers or ListRecords result |
source code
|
|
|
|
list_formats(self,
id=None)
Append ListMetadataFormats result |
source code
|
|
|
|
free(self)
Free the resources used by this response |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|