Split out print_docstring

move from pysource.py to new helper.py
This commit is contained in:
rocky
2016-11-22 05:27:36 -05:00
parent 1aeb09cb8b
commit c8550d5c9e
6 changed files with 220 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
from collections import deque, namedtuple
from collections import deque
from xdis.code import iscode
from xdis.load import load_file, load_module