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:3405–3406 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3403
self._test(
"name"
, [
"name"
])
3404
3405
def
test_dotted(self):
3406
self._test(
"schema.name"
, [
"schema"
,
"name"
])
3407
3408
def
test_dotted_quoted_left(self):
3409
self._test(
'"Schema".name'
, [
"Schema"
,
"name"
])
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected