From 36e8dcfcb2f071bf52a43e2fc3e2864918980f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 27 Feb 2019 17:21:11 +0100 Subject: [PATCH] Metaprograming --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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!).**