Home | History | Annotate | Download | only in tools

Lines Matching full:isbinary

763         while self.token() != None and self.isBinary(self.token()) and self.precedence(self.token()) >= minPrecedence:
801 def isBinary(self, token):