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

Class LibraryTree

source code

object --+                        
         |                        
basestring --+                    
             |                    
           str --+                
                 |                
 pathname.PathName --+            
                     |            
      pathname.DirName --+        
                         |        
                SourceTree --+    
                             |    
                ArchSourceTree --+
                                 |
                                LibraryTree

Read-only Arch source tree.



Instance Methods
 
__init__(self, root)
Create a LibraryTree object with the given root path.

Inherited from ArchSourceTree: check_is_tree_root, file_find, get_tag, get_tagging_method, get_tree, get_tree_version, inventory, iter_inventory, iter_inventory_ids, iter_log_versions, iter_logs

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 ArchSourceTree: tagging_method, tree_revision, tree_version

Inherited from object: __class__

Method Details

__init__(self, root)
(Constructor)

 
Create a LibraryTree object with the given root path.

Root must be a directory containing a Arch source tree in the
revision library.

Overrides: object.__init__