Package gui :: Package user_functions :: Module pymol :: Class Pymol
[hide private]
[frames] | no frames]

Class Pymol

source code


The container class for holding all GUI elements.

Instance Methods [hide private]
 
clear_history(self)
The pymol.clear_history user function.
source code
 
command(self)
The pymol.command user function.
source code
 
macro_apply(self)
The pymol.macro_apply user function.
source code
 
macro_run(self, file=None)
The pymol.macro_run user function.
source code
 
macro_write(self)
The pymol.macro_write user function.
source code
 
ribbon(self)
The pymol.ribbon user function.
source code
 
tensor_pdb(self)
The pymol.tensor_pdb user function.
source code
 
view(self)
The pymol.view user function.
source code

Inherited from base.UF_base: __init__, create_wizard, get_title

Method Details [hide private]

macro_run(self, file=None)

source code 

The pymol.macro_run user function.

Parameters:
  • file (str) - The macro file to start the user function with.