コード例 #1
0
ファイル: ipkernel.py プロジェクト: Britefury/ipython
def lazy_import_handle_comm_opened(*args, **kwargs):
    from IPython.html.widgets import Widget
    Widget.handle_comm_opened(*args, **kwargs)
コード例 #2
0
def lazy_import_handle_comm_opened(*args, **kwargs):
    from IPython.html.widgets import Widget
    Widget.handle_comm_opened(*args, **kwargs)
コード例 #3
0
def lazy_import_handle_comm_opened(*args, **kwargs):
    Widget.handle_comm_opened(*args, **kwargs)
コード例 #4
0
ファイル: _metakernel.py プロジェクト: a-rodin/metakernel
def lazy_import_handle_comm_opened(*args, **kwargs):
    Widget.handle_comm_opened(*args, **kwargs)