##// END OF EJS Templates
Remove the automatic _children_attr and _children_lists_attr....
Remove the automatic _children_attr and _children_lists_attr. When serializing, any Widget object is encoded as its comm_id. The view should know how to deal with the attribute, and should know that the attribute is a comm_id.

File last commit:

r13347:54891794
r14487:a1d24513
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
Thomas Kluyver
Use explicit relative imports...
r13347 from ._pexpect import *