Show More
@@ -67,6 +67,7 b' except:' | |||
|
67 | 67 | from .importstring import import_item |
|
68 | 68 | from IPython.utils import py3compat |
|
69 | 69 | from IPython.utils.py3compat import iteritems |
|
70 | from IPython.testing.skipdoctest import skip_doctest | |
|
70 | 71 | |
|
71 | 72 | SequenceTypes = (list, tuple, set, frozenset) |
|
72 | 73 | |
@@ -182,6 +183,7 b' def getmembers(object, predicate=None):' | |||
|
182 | 183 | results.sort() |
|
183 | 184 | return results |
|
184 | 185 | |
|
186 | @skip_doctest | |
|
185 | 187 | class Connect(object): |
|
186 | 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