Show More
@@ -67,6 +67,7 b' except:' | |||||
67 | from .importstring import import_item |
|
67 | from .importstring import import_item | |
68 | from IPython.utils import py3compat |
|
68 | from IPython.utils import py3compat | |
69 | from IPython.utils.py3compat import iteritems |
|
69 | from IPython.utils.py3compat import iteritems | |
|
70 | from IPython.testing.skipdoctest import skip_doctest | |||
70 |
|
71 | |||
71 | SequenceTypes = (list, tuple, set, frozenset) |
|
72 | SequenceTypes = (list, tuple, set, frozenset) | |
72 |
|
73 | |||
@@ -182,6 +183,7 b' def getmembers(object, predicate=None):' | |||||
182 | results.sort() |
|
183 | results.sort() | |
183 | return results |
|
184 | return results | |
184 |
|
185 | |||
|
186 | @skip_doctest | |||
185 | class Connect(object): |
|
187 | class Connect(object): | |
186 | """Connect traits from different objects together so they remain in sync. |
|
188 | """Connect traits from different objects together so they remain in sync. | |
187 |
|
189 |
General Comments 0
You need to be logged in to leave comments.
Login now