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

Method parseAndAdd

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

Source from the content-addressed store, hash-verified

18 return self.content
19
20 def parseAndAdd(self, text):
21 text = Parser(text, self).parse()
22 self.addRaw(text)
23
24 def addRaw(self, text):
25 raise Exception('Not yet implemented.')

Callers 1

generateDocMethod · 0.80

Calls 3

addRawMethod · 0.95
ParserClass · 0.90
parseMethod · 0.45

Tested by

no test coverage detected