in src/dubbo/url.py [0:0]
def __copy__(self) -> "URL":
return URL(
self.scheme,
self.host,
self.port,
self.username,
self.password,
self.path,
self.parameters.copy(),
self.attributes.copy(),
)