module documentation
(source)

Parser for 'haproxy:' string endpoint.
Class ​HAProxy​Server​Parser Stream server endpoint string parser for the HAProxyServerEndpoint type.
Function unparse​Endpoint Un-parse the already-parsed args and kwargs back into endpoint syntax.
def unparseEndpoint(args, kwargs): (source)
Un-parse the already-parsed args and kwargs back into endpoint syntax.
Parameters
args:tuple of native str:-separated arguments
kwargs:tuple of native str: and then =-separated keyword arguments
Returns
native stra string equivalent to the original format which this was parsed as.