Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ addLinebreak
Method
addLinebreak
caffe2/python/docs/formatter.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
text=text)
65
66
def
addLinebreak(self):
67
self.content +=
"\n"
68
69
def
addHeader(self, text, h=1):
70
self.addLine(
"{header} {text}"
.format(header=h *
'#'
, text=text), True)
Callers
6
addList
Method · 0.95
addTable
Method · 0.95
addTable
Method · 0.45
generateCodeLink
Method · 0.45
generateDoc
Method · 0.45
generateCodeLink
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected