from collections import namedtuple

# just a helper
ClampMethod = namedtuple('ClampMethod', 'name returntype argtypes throws '
                         'method_annotations parameter_annotations')
