Browse Source

Metaprograming

pull/27/head
Jure Šorn 6 years ago
parent
commit
36e8dcfcb2
1 changed files with 2 additions and 0 deletions
  1. 2
      README.md

2
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!).**

Loading…
Cancel
Save