Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ multiline_note
Function
multiline_note
test/conftest.py:175–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
174
@pytest.fixture
175
def
multiline_note():
176
return
Note(
177
dedent(
178
''
&
#x27;\
179
This is a multiline note.
180
It has multiple lines.
''
&
#x27;
181
)
182
)
Callers
nothing calls this directly
Calls
1
Note
Class · 0.90
Tested by
no test coverage detected