Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_dotted
Method
test_dotted
test/base/test_utils.py:3500–3501 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3498
self._test(
"name"
, [
"name"
])
3499
3500
def
test_dotted(self):
3501
self._test(
"schema.name"
, [
"schema"
,
"name"
])
3502
3503
def
test_dotted_quoted_left(self):
3504
self._test(
'"Schema".name'
, [
"Schema"
,
"name"
])
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected