Skip to content

Commit 1a95bf5

Browse files
committed
Metaclass
1 parent e40d97c commit 1a95bf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,11 @@ class MyClass(metaclass=MyMetaClass):
14421442
b = 12345
14431443
```
14441444

1445+
```python
1446+
>>> MyClass.a, MyClass.b
1447+
('abcde', 12345)
1448+
```
1449+
14451450

14461451
Operator
14471452
--------

0 commit comments

Comments
 (0)