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)
changed the description
changed title from Fix #6: let show_code display/print code to let show_code display/print code
changed the description
mentioned in commit 75b3dad8
merged