MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __deepcopy__

Method __deepcopy__

lib/sqlalchemy/engine/url.py:685–686  ·  view source on GitHub ↗
(self, memo: Any)

Source from the content-addressed store, hash-verified

683 )
684
685 def __deepcopy__(self, memo: Any) -> URL:
686 return self.__copy__()
687
688 def __hash__(self) -> int:
689 return hash(str(self))

Callers

nothing calls this directly

Calls 1

__copy__Method · 0.95

Tested by

no test coverage detected