Lines Matching refs:get
92 def get(self):
108 """ get the next character without getting it. """
109 self.theLookahead = self.get()
113 """ get the next character, excluding comments. peek() is used to see
116 c = self.get()
121 c = self.get()
125 self.get()
127 get = self.get()
128 if get == '*':
130 self.get()
132 elif get == EOF:
143 1 Output A. Copy B to A. Get the next B.
144 2 Copy B to A. Get the next B. (Delete A).
145 3 Get the next B. (Delete B).
156 self.theA = self.get()
161 self.theA = self.get()
170 self.theA = self.get()
175 self.theA = self.get()