utils module

apply(*cmd_tokens[, return_exceptions, ...])

Main interface for chunking the commands which need to be send to one or multiple testers at the same time.

apply_iter(*cmd_tokens[, return_exceptions, ...])

Main interface for chunking the commands which need to be send to the single tester at the same time.

Module Contents

Helper functions.

async apply(*cmd_tokens, return_exceptions=False, token_timeout_sec=5.0)[source]

Main interface for chunking the commands which need to be send to one or multiple testers at the same time.

async apply_iter(*cmd_tokens, return_exceptions=False, token_timeout_sec=5.0)[source]

Main interface for chunking the commands which need to be send to the single tester at the same time.