import re METHOD_SIGNATURE = re.compile(r'\((?P\[?(?:[IFD]|L(?:\w+/)+\w+;)*)\)(?P[IFDV])') TYPE = re.compile(r'\[?(?:[IVDF]|L(?:[\w\d]+/)+[\w\d]+)')