Angenommen, wir haben eine komplexe API-Funktion, die aus einer Bibliothek importiert wurde. def complex_api_function( number, <lots of positional arguments>, <lots of keyword arguments>): '''really long docstring''' # lots of code Ich möchte einen einfachen Wrapper um diese Funktion...