(self)
| 33 | _boblSyntaxRegex = re.compile(r":\w+:|\^ \^|\? \?|% %|\* \*|#\d+#|&\d+&|DATA|END") |
| 34 | |
| 35 | def __init__(self): |
| 36 | self.sizePref = None |
| 37 | |
| 38 | def setFullAsciiStrings(self): |
| 39 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected