Home | History | Annotate | Download | only in scripts

Lines Matching refs:Clone

125   def Clone(self):
156 def Clone(self):
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self):
590 clone = Env()
591 clone.variables = self.variables[:]
592 clone.ranges = self.ranges[:]
593 return clone
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
695 RunCode(env.Clone(), node, output)