Debugger/DebuggerInterfaceNone.py

changeset 6354
9ec941fc1a91
parent 6352
4bdc6503df81
child 6581
8eb6220f2bb7
equal deleted inserted replaced
6353:6a0f3abd6878 6354:9ec941fc1a91
374 program. 374 program.
375 375
376 @param arg the arguments to evaluate (string) 376 @param arg the arguments to evaluate (string)
377 """ 377 """
378 return 378 return
379
380 def remoteBanner(self):
381 """
382 Public slot to get the banner info of the remote client.
383 """
384 return
379 385
380 def remoteCapabilities(self): 386 def remoteCapabilities(self):
381 """ 387 """
382 Public slot to get the debug clients capabilities. 388 Public slot to get the debug clients capabilities.
383 """ 389 """

eric ide

mercurial