Remove unused Asciidoc include marker comments
This commit is contained in:
@@ -9,7 +9,7 @@ def deco_alpha(cls):
|
|||||||
cls.method_y = inner_1
|
cls.method_y = inner_1
|
||||||
return cls
|
return cls
|
||||||
|
|
||||||
# BEGIN META_ALEPH
|
|
||||||
class MetaAleph(type):
|
class MetaAleph(type):
|
||||||
print('<[400]> MetaAleph body')
|
print('<[400]> MetaAleph body')
|
||||||
|
|
||||||
@@ -20,6 +20,6 @@ class MetaAleph(type):
|
|||||||
print('<[600]> MetaAleph.__init__:inner_2')
|
print('<[600]> MetaAleph.__init__:inner_2')
|
||||||
|
|
||||||
cls.method_z = inner_2
|
cls.method_z = inner_2
|
||||||
# END META_ALEPH
|
|
||||||
|
|
||||||
print('<[700]> evalsupport module end')
|
print('<[700]> evalsupport module end')
|
||||||
|
|||||||
Reference in New Issue
Block a user