Show More
@@ -85,12 +85,12 import re | |||||
85 | import sys |
|
85 | import sys | |
86 | import types |
|
86 | import types | |
87 | from collections import deque |
|
87 | from collections import deque | |
|
88 | from inspect import signature | |||
88 | from io import StringIO |
|
89 | from io import StringIO | |
89 | from warnings import warn |
|
90 | from warnings import warn | |
90 |
|
91 | |||
91 | from IPython.utils.decorators import undoc |
|
92 | from IPython.utils.decorators import undoc | |
92 | from IPython.utils.py3compat import PYPY |
|
93 | from IPython.utils.py3compat import PYPY | |
93 | from IPython.utils.signatures import signature |
|
|||
94 |
|
94 | |||
95 | __all__ = ['pretty', 'pprint', 'PrettyPrinter', 'RepresentationPrinter', |
|
95 | __all__ = ['pretty', 'pprint', 'PrettyPrinter', 'RepresentationPrinter', | |
96 | 'for_type', 'for_type_by_name'] |
|
96 | 'for_type', 'for_type_by_name'] |
General Comments 0
You need to be logged in to leave comments.
Login now