Monero
Namespaces | Variables
check.py File Reference

Namespaces

 check
 

Variables

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