colda.short_polling package

Submodules

colda.short_polling.api module

class colda.short_polling.api.ShortPolling

Bases: object

Short polling to interact with back-end

Methods

get_instance start_cooperation end_cooperation

end_cooperation()

End short polling Set indicator to False

Returns

None

classmethod get_instance() type[short_polling.polling.ShortPolling]

Singleton pattern. Get instance of current class.

Returns

type[ShortPolling]

handle_thread_exception(args)
start_cooperation()

infinite loop for sponsor training and sponsor testing

Returns

None

colda.short_polling.polling module

class colda.short_polling.polling.ShortPolling

Bases: object

Short polling to interact with back-end

Methods

get_instance start_cooperation end_cooperation

end_cooperation()

End short polling Set indicator to False

Returns

None

classmethod get_instance() type[colda.short_polling.polling.ShortPolling]

Singleton pattern. Get instance of current class.

Returns

type[ShortPolling]

handle_thread_exception(args)
start_cooperation()

infinite loop for sponsor training and sponsor testing

Returns

None

Module contents