@@ -41,16 +41,16 @@ def simple_generate_batch(
4141 klass : T , create : bool , size : int , ** kwargs : Any
4242) -> list [T ]: ...
4343def lazy_attribute (
44- func : Callable [[builder .Resolver [T ]], V ]
44+ func : Callable [[builder .Resolver [T ]], V ],
4545) -> declarations .LazyAttribute [Any , V ]: ...
4646def iterator (func : Callable [[], Iterator [V ]]) -> declarations .Iterator [V , V ]: ...
4747def sequence (func : Callable [[int ], V ]) -> declarations .Sequence [V ]: ...
4848def lazy_attribute_sequence (
49- func : Callable [[builder .Resolver [T ], int ], V ]
49+ func : Callable [[builder .Resolver [T ], int ], V ],
5050) -> declarations .LazyAttributeSequence [T , V ]: ...
5151def container_attribute (
52- func : Callable [[builder .Resolver [T ], tuple [builder .Resolver [Any ], ...]], V ]
52+ func : Callable [[builder .Resolver [T ], tuple [builder .Resolver [Any ], ...]], V ],
5353) -> declarations .ContainerAttribute [T , V ]: ...
5454def post_generation (
55- fun : Callable [[T , bool , Any ], V ]
55+ fun : Callable [[T , bool , Any ], V ],
5656) -> declarations .PostGeneration [T , V ]: ...
0 commit comments