nvflare.fuel.f3.cellnet.cell module

class Adapter(cb, my_info, cell)[source]

Bases: object

call(future, *args, **kwargs)[source]
class Cell(*args, **kwargs)[source]

Bases: StreamCell

get_fobs_context(props: dict | None = None)[source]

Return a new copy of the fobs context. If props is specified, they will be set into the context.

Returns: a new copy of the fobs context

update_fobs_context(props: dict)[source]
class SimpleWaiter(req_id, result)[source]

Bases: object