MCPcopy Create free account
hub / github.com/pytorch/pytorch / addRaw

Method addRaw

caffe2/python/docs/formatter.py:59–60  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

57
58class Markdown(Formatter):
59 def addRaw(self, text):
60 self.content += "{text}".format(text=text)
61
62 def addLine(self, text, new_line=False):
63 self.content += "{line}{text}\n".format(line=('\n' if new_line else ''),

Callers 9

addEmphasisMethod · 0.95
addLinkMethod · 0.95
addCodeLinkMethod · 0.95
addCodeMethod · 0.95
addTableHTMLMethod · 0.45
generateDocMethod · 0.45
generateCodeLinkMethod · 0.45
getInfoMethod · 0.45
ParserClass · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected