Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateDoc
Method · 0.80
Calls
3
addRaw
Method · 0.95
Parser
Class · 0.90
parse
Method · 0.45
Tested by
no test coverage detected