sdk.lusid.rest.RESTResponse
- class RESTResponse(resp, data)[source]
Attributes
This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.
closedMethods
closeFlush and close the IO object.
filenoReturns underlying file descriptor if one exists.
flushFlush write buffers, if applicable.
Returns a given response header.
Returns a CIMultiDictProxy of the response headers.
isattyReturn whether this is an 'interactive' stream.
readableReturn whether object was opened for reading.
readlineRead and return a line from the stream.
readlinesReturn a list of lines from the stream.
seekChange the stream position to the given byte offset.
seekableReturn whether object supports random access.
tellReturn current stream position.
truncateTruncate file to size bytes.
writableReturn whether object was opened for writing.
writelinesWrite a list of lines to stream.