mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-08 11:39:53 +00:00
help for functions
This commit is contained in:
parent
c00d3a34eb
commit
0c2a02f0fc
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Console(QtGui.QPlainTextEdit):
|
||||||
self.skip = not self.skip
|
self.skip = not self.skip
|
||||||
|
|
||||||
if type(self.namespace.get(command)) == type(lambda:None):
|
if type(self.namespace.get(command)) == type(lambda:None):
|
||||||
self.appendPlainText("'%s' is a function. Type '%s()' to call it."%(command, command))
|
self.appendPlainText("'%s' is a function. Type '%s()' to use it in the Python console."%(command, command))
|
||||||
self.newPrompt()
|
self.newPrompt()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue