Skip to content

User

flowtask.components.user

UserComponent

UserComponent(loop=None, job=None, stat=None, **kwargs)

Bases: DBSupport, FuncSupport, MaskSupport, LogSupport, ResultSupport, StatSupport, LocaleSupport, PandasDataframe, AbstractFlow

UserComponent Abstract Base Component for User-defined Components.

close abstractmethod async

close()

close. Close (if needed) a task

run abstractmethod async

run()

run. Close (if needed) a task

session async

session(url, method='get', headers=None, auth=None, data=None)

session. connect to an http source using aiohttp

start abstractmethod async

start(**kwargs)

start. Initialize (if needed) a task