NoPolling Class

An empty poller that returns the deserialized initial response.

Inheritance
NoPolling

Constructor

NoPolling()

Methods

finished

Is this polling finished? :rtype: bool

initialize
resource
run

Empty run, no polling.

status

Return the current status as a string. :rtype: str

finished

Is this polling finished? :rtype: bool

finished() -> bool

initialize

initialize(_: Any, initial_response: requests.Response, deserialization_callback: Callable) -> None

Parameters

_
Required
initial_response
Required
deserialization_callback
Required

resource

resource() -> Any

run

Empty run, no polling.

run() -> None

status

Return the current status as a string. :rtype: str

status() -> str