module documentation
(source)

Parser for 'haproxy:' string endpoint.
Class HAProxyServerParser Stream server endpoint string parser for the HAProxyServerEndpoint type.
Function unparseEndpoint 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[object, ...]:-separated arguments
kwargs:Mapping[str, object]: and then =-separated keyword arguments
Returns
stra string equivalent to the original format which this was parsed as.