On Fri, Apr 17, 2009 at 07:50:46PM -0400, John Guenther wrote:
> Thanks Jeff, I went looking for pydoc.emc and could not find it on my
> emc2=2.3.0 installation.  Where does one find this typically?  I did a
> find on the entire machine and did not come up with it

"pydoc emc" is a command to type in the terminal.  On my system it
displays a lot of information, starting:

    $ pydoc emc
    Help on module emc:

    NAME
        emc - Interface to EMC

    FILE
        /usr/lib/python2.5/site-packages/emc.so
    [...]
        class command(__builtin__.object)
         |  Methods defined here:
         |  
         |  __init__(...)
         |      x.__init__(...) initializes x; see x.__class__.__doc__ for 
signature
         |  
         |  abort(...)
         |  
         |  auto(...)
         |  
         |  brake(...)
    [...]
... it lists every "command" you can send, though it doesn't give
information on the command's argument list.

Jeff

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to