diff --git a/README.md b/README.md index 97186bb..629cf1c 100644 --- a/README.md +++ b/README.md @@ -1401,6 +1401,8 @@ param_names = list(sig.parameters.keys()) Metaprograming -------------- +**Code that generates code.** + ### Type **Type is the root class. If only passed the object it returns it's type (class). Otherwise it creates a new class (and not an instance!).**