Home | History | Annotate | Download | only in JetCreator

Lines Matching defs:copy

12  You may obtain a copy of the License at

28 import copy
609 self.jet_file = copy.deepcopy(state.jet_file)
622 self.jet_file = copy.deepcopy(state.jet_file)
642 editSegment = copy.deepcopy(segment)
697 curEvent = copy.deepcopy(self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName))
704 editSegment = copy.deepcopy(segment)
1226 """ Thread writes a temporary copy of the jet file, and calls the library to play it """