Acspy.Util.NameTree
index
/alma/ACS-2016.6/ACSSW/lib/python/site-packages/Acspy/Util/NameTree.py

# @(#) $Id: NameTree.py,v 1.1.1.1 2012/03/07 17:40:45 acaproni Exp $

 
Modules
       
CosNaming
Acspy.Util.NodeList
string
sys

 
Classes
       
__builtin__.object
nameTree

 
class nameTree(__builtin__.object)
    # keep a directory tree without any cycles
 
  Methods defined here:
__init__(self, corba_object, nameServerName='')
cd(self, path, ignore_error=0)
# cd (path)
cp(self, name)
cp()
delObject(self, name, type)
this does not handle absolute or relative path, just cwd
getObject(self, name, type)
this does not handle absolute or relative path, just cwd
listdir(self)
# listdir ()
ls(self)
# ls ()
mkdir(self, path)
# mkdir (path)
popd(self, index=-1)
popd()
pushd(self, l='')
pushd()
putObject(self, name, type, object)
this does not handle absolute or relative path, just cwd
pwd(self)
pwd()
rm(self, name, args='noforce')
rm()

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
getnode(node, wd)
# getnode - used by many local routines to resolve and narrow
# the node and return a context.

 
Data
        __revision__ = '$Id: NameTree.py,v 1.1.1.1 2012/03/07 17:40:45 acaproni Exp $'
extensions = {'Device': 'dev', 'ROProperty': 'rop', 'RWProperty': 'rwp', 'Service': 'srv'}