MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / Clone

Method Clone

tests/external/gmock-1.7.0/gtest/scripts/pump.py:589–593  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

587 self.ranges = []
588
589 def Clone(self):
590 clone = Env()
591 clone.variables = self.variables[:]
592 clone.ranges = self.ranges[:]
593 return clone
594
595 def PushVariable(self, var, value):
596 # If value looks like an int, store it as an int.

Callers 4

CloneMethod · 0.45
FindFirstFunction · 0.45
ParseExpTokenInParensFunction · 0.45
RunAtomicCodeFunction · 0.45

Calls 1

EnvClass · 0.85

Tested by

no test coverage detected