endplay.interact.frontends.html

An HTML interface to many of the features of endplay including dealing hands and performing double-dummy analysis.

Classes:

EndplayServer(request, client_address, server)

HTMLFrontend(cmdobj)

class endplay.interact.frontends.html.EndplayServer(request, client_address, server)

Bases: BaseHTTPRequestHandler

Methods:

do_GET()

do_POST()

get_home()

get_notfound()

get_script()

get_style()

post_command()

write(s)

do_GET()
do_POST()
get_home()
get_notfound()
get_script()
get_style()
post_command()
write(s: str | dict)
class endplay.interact.frontends.html.HTMLFrontend(cmdobj: CommandObject)

Bases: BaseFrontend

Attributes:

_abc_impl

Methods:

interact()

_abc_impl = <_abc._abc_data object>
interact()