MCPcopy Index your code
hub / github.com/nodejs/node / save

Method save

tools/inspector_protocol/jinja2/nodes.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 self.volatile = False
88
89 def save(self):
90 return self.__dict__.copy()
91
92 def revert(self, old):
93 self.__dict__.clear()

Callers 1

Calls 1

copyMethod · 0.65

Tested by

no test coverage detected