bout_runners.submitter.abstract_submitter

Contains the abstract submitter class.

Classes

AbstractSubmitter()

The abstract base class of the submitters.

class bout_runners.submitter.abstract_submitter.AbstractSubmitter[source]

The abstract base class of the submitters.

Attributes
pid

Return the process id.

Methods

submit_command(self, command)

Submit a command.

abstract property pid

Return the process id.

abstract submit_command(self, command: str)[source]

Submit a command.

Parameters
commandstr

Command to submit