Clean up Zipper notebook.
This commit is contained in:
parent
5d856bf444
commit
fcd4c613e4
File diff suppressed because it is too large
Load Diff
|
|
@ -201,9 +201,9 @@ class Def(object):
|
||||||
if line.lstrip().startswith('#'):
|
if line.lstrip().startswith('#'):
|
||||||
continue
|
continue
|
||||||
name, body = text_to_expression(line)
|
name, body = text_to_expression(line)
|
||||||
## if name not in dictionary:
|
if name not in dictionary:
|
||||||
## inscribe(class_(name, body), dictionary)
|
inscribe(class_(name, body), dictionary)
|
||||||
inscribe(class_(name, body), dictionary)
|
## inscribe(class_(name, body), dictionary)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue