in sparkey/__init__.py [0:0]
def _format(func, ret, *args): func.restype = ret func.argtypes = tuple(args) return func