helping.py (pymol-v1.8.6.0.tar.bz2) | : | helping.py (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
a=1 | a=1 | |||
while a<10: \ | while a<10: \ | |||
print a \ | print a \ | |||
a=a+1 | a=a+1 | |||
SEE ALSO | SEE ALSO | |||
extend, run, @ | extend, run, @ | |||
''' | ''' | |||
return python(string, _self=cmd) | return python(string, _self=_self) | |||
def help(command = "commands",_self=cmd): | def help(command = "commands",_self=cmd): | |||
''' | ''' | |||
DESCRIPTION | DESCRIPTION | |||
"help" prints out the online help for a given command. | "help" prints out the online help for a given command. | |||
USAGE | USAGE | |||
help command | help command | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |