lisa.fuzz.Gen#
Methods#
- classmethod Gen.lift(f)[source]#
Deprecated since version 2.0.
lift()
is deprecated and will be removed in version 4.0, uselisa.monad.MonadTrans.do()
instead: Note that GenMonad.do() will not automatically await on arguments if they are Gen instances, this must be done manually.