7 Jan
2023
7 Jan
'23
4:09 p.m.
pushed to https://github.com/xloem/apifudge.git if __name__ == '__main__': import apifudge1 as af1 npapi = af1('numpy') for name, text in npapi.get_examples().items(): print(f'{name}: {repr(text)}') npapi.set_example( '''Repeat the array Y ''') The above is hard for me. Maybe making a new example could help.