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

Method clone

caffe2/python/docs/formatter.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 self.content = ""
13
14 def clone(self):
15 return self.__class__()
16
17 def dump(self):
18 return self.content

Callers 5

__init__Method · 0.45
getCodeLinkFunction · 0.45
getInfoMethod · 0.45
parseTextMethod · 0.45
makeDescMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected