Home | History | Annotate | Download | only in GenFds

Lines Matching refs:HexStr

1176     def __IsHex(self, HexStr):

1177 if not HexStr.upper().startswith("0X"):
1181 charList = [c for c in HexStr[2 : ] if not self.__HexDigit( c)]