We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bf32b commit 599c141Copy full SHA for 599c141
1 file changed
21-class-metaprog/evalsupport.py
@@ -9,7 +9,7 @@ def inner_1(self):
9
cls.method_y = inner_1
10
return cls
11
12
-# BEGIN META_ALEPH
+
13
class MetaAleph(type):
14
print('<[400]> MetaAleph body')
15
@@ -20,6 +20,6 @@ def inner_2(self):
20
print('<[600]> MetaAleph.__init__:inner_2')
21
22
cls.method_z = inner_2
23
-# END META_ALEPH
24
25
print('<[700]> evalsupport module end')
0 commit comments