﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20223	Allow allow_lazy to be used as a decorator	Alexey Boriskin	Iacopo Spalletti	"`allow_lazy` cannot be used as a decorator for now, at least not in @-notation, because *resultclasses is required argument for this function. Decorator with arguments are functions, which accept arguments, returning function, which decorates source function. In allow_lazy signature arguments and function are mixed.
So, proposal is to distinguish on type: if first argument of allow_lazy is of type `type`, then treat it like a three-def-decorator, while allowing current two-def-decorator behaviour if first argument is a function. 
"	New feature	closed	Utilities	dev	Normal	fixed		bmispelon@… github@…	Accepted	1	0	0	0	0	0
