Browse Source

Readme

pull/1/head
Jure Šorn 6 years ago
parent
commit
19518d1d32
1 changed files with 1 additions and 3 deletions
  1. 4
      README.md

4
README.md

@ -615,9 +615,7 @@ class MyMetaClass(type):
```
### Metaclass Attr
#### When class is created it checks if it has metaclass defined. If not, it
#### recursively checks if any of his parents has it defined, and eventually
#### comes to type:
*When class is created it checks if it has metaclass defined. If not, it recursively checks if any of his parents has it defined, and eventually comes to type:*
```python
class BlaBla:
__metaclass__ = Bla

Loading…
Cancel
Save