Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __repr__
Method
__repr__
lib/sqlalchemy/engine/url.py:669–670 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
667
return
s
668
669
def
__repr__(self) -> str:
670
return
self.render_as_string()
671
672
def
__copy__(self) -> URL:
673
return
self.__class__.create(
Callers
nothing calls this directly
Calls
1
render_as_string
Method · 0.95
Tested by
no test coverage detected