Lines Matching refs:orig
134 def initialize_copy( orig )136 self.type = orig.type137 self.channel = orig.channel138 self.text = orig.text.clone if orig.text139 self.start = orig.start140 self.stop = orig.stop141 self.line = orig.line142 self.column = orig.column143 self.input = orig.input