Match playing

class MatchPlaying(*args, **kwargs)

Bases: match.processes.process.Process

init = <match.processes.process.InitFunc object>
start_match_loop

A background task helper that abstracts the loop and reconnection logic for you.

The main interface to create this is through loop().

info = <match.processes.process.PublicFunc object>
auto_info_loop

A background task helper that abstracts the loop and reconnection logic for you.

The main interface to create this is through loop().

get_formatted_time_to_round_end = <match.processes.process.PublicFunc object>
get_seconds_to_round_end()
async on_match_over()
clear = <match.processes.process.PublicFunc object>
meta_attributes = [<match.processes.process.PublicFunc object>, <match.processes.process.PublicFunc object>, <match.processes.process.PublicFunc object>]
meta_init_func = <match.processes.process.InitFunc object>
meta_status = 'Match starting...'