Home | History | Annotate | Download | only in Lib

Lines Matching refs:txt

384     txt = f'def {name}({args}){return_annotation}:\n{body}'
386 exec(txt, globals, locals)