MCPcopy 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
175def multiline_note():
176 return Note(
177 dedent(
178 '''\
179 This is a multiline note.
180 It has multiple lines.'''
181 )
182 )

Callers

nothing calls this directly

Calls 1

NoteClass · 0.90

Tested by

no test coverage detected