let show_code display/print code
Compare changes
- Stephan Seitz authored
+ 2
− 2
@@ -5,7 +5,7 @@ from . import stencil as stencil
@@ -25,7 +25,7 @@ __all__ = ['Field', 'FieldType', 'fields',
get_code_obj
will keep the previous behavior of show_code
get_code_str
will be equivalent to previous str(show_code(...))
Fixes #6 (closed)