##// END OF EJS Templates
remove commented-out Client.init
MinRK -
Show More
@@ -69,15 +69,6 b' class KernelClient(LoggingConfigurable, ConnectionFileMixin):'
69 _stdin_channel = Any
69 _stdin_channel = Any
70 _hb_channel = Any
70 _hb_channel = Any
71
71
72 # def __init__(self, *args, **kwargs):
73 # super(KernelClient, self).__init__(*args, **kwargs)
74 # # setup channel proxy methods, e.g.
75 # # Client.execute => shell_channel.execute
76 # for channel in ['shell', 'iopub', 'stdin', 'hb']:
77 # cls = getattr(self, '%s_channel_class' % channel)
78 # for method in cls.proxy_methods:
79 # setattr(self, method, self._proxy_method(channel, method))
80 #
81 #--------------------------------------------------------------------------
72 #--------------------------------------------------------------------------
82 # Channel proxy methods
73 # Channel proxy methods
83 #--------------------------------------------------------------------------
74 #--------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now