|
Monero
|
Variables | |
| bool | error = False |
| MYDIR = os.path.dirname(__file__) | |
| EXPECTED_PREFIX_RE = re.compile(r"messages-(\w+)\.proto") | |
| prefix = EXPECTED_PREFIX_RE.search(fn).group(1).capitalize() | |
| line = line.strip().split(" ") | |
| bool check.error = False |
| check.EXPECTED_PREFIX_RE = re.compile(r"messages-(\w+)\.proto") |
| check.line = line.strip().split(" ") |
| check.MYDIR = os.path.dirname(__file__) |
| str check.prefix = EXPECTED_PREFIX_RE.search(fn).group(1).capitalize() |