let show_code display/print code
-
get_code_obj
will keep the previous behavior ofshow_code
-
get_code_str
will be equivalent to previousstr(show_code(...))
Fixes #6 (closed)
Edited by Michael Kuron
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)