def __init__()

in src/dubbo/url.py [0:0]


    def __init__(
        self,
        scheme: str,
        host: str,
        port: Optional[int] = None,
        username: str = "",
        password: str = "",
        path: str = "",
        parameters: Optional[dict[str, str]] = None,
        attributes: Optional[dict[str, Any]] = None,