Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Vanderhoof/PyDBML
/ comment
Function
comment
pydbml/tools.py:8–9 ·
view source on GitHub ↗
(val: str, comb: str)
Source
from the content-addressed store, hash-verified
6
7
8
def
comment(val: str, comb: str) -> str:
9
return
'\n'
.join(f
'{comb} {cl}'
for
cl in val.split(
'\n'
)) +
'\n'
10
11
12
def
indent(val: str, spaces=4) -> str:
Callers
3
comment_to_sql
Function · 0.90
comment_to_dbml
Function · 0.90
common.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected