MCPcopy 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

addListMethod · 0.95
addTableMethod · 0.95
addTableMethod · 0.45
generateCodeLinkMethod · 0.45
generateDocMethod · 0.45
generateCodeLinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected