Package pybaz :: Class ForeignTree
[frames] | no frames]

Class ForeignTree

source code

object --+                    
         |                    
basestring --+                
             |                
           str --+            
                 |            
 pathname.PathName --+        
                     |        
      pathname.DirName --+    
                         |    
                SourceTree --+
                             |
                            ForeignTree

Generic source tree without Arch support.

Unlike Arch source trees, the root may not even exist.



Instance Methods
 
__init__(self, root)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from pathname.PathName: __div__, __repr__, abspath, basename, dirname, realpath, splitname

Inherited from str: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __rmod__, __rmul__, __str__, capitalize, center, count, decode, encode, endswith, expandtabs, find, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__

Static Methods

Inherited from SourceTree: __new__

Properties

Inherited from object: __class__

Method Details

__init__(self, root)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)