Home | History | Annotate | Download | only in Lib

Lines Matching defs:insert

169     def insert(self, index, code):
170 self.data.insert(index, code)