Package conary :: Module conarycfg :: Class UserInformation
[hide private]
[frames] | no frames]

Class UserInformation

source code

object --+        
         |        
      list --+    
             |    
ServerGlobList --+
                 |
                UserInformation

Instance Methods [hide private]
 
__iter__(self)
iter(x)
source code
 
addServerGlob(self, *args) source code
 
addServerGlobs(self, globList) source code
 
extend(self, other)
extend list by appending elements from the iterable
source code
 
append(self, item)
append object to end
source code
 
remove(self, item)
remove first occurrence of value
source code
 
insert(self, pos, item)
insert object before index
source code
 
__init__(self, initVal=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ServerGlobList: extendSort, find

Inherited from ServerGlobList (private): _fncmp

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iadd__, __imul__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, count, index, pop, reverse, sort

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from ServerGlobList: multipleMatches

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__iter__(self)

source code 
iter(x)
Overrides: list.__iter__
(inherited documentation)

extend(self, other)

source code 
extend list by appending elements from the iterable
Overrides: ServerGlobList.extend

append(self, item)

source code 
append object to end
Overrides: ServerGlobList.append

remove(self, item)

source code 
remove first occurrence of value
Overrides: list.remove
(inherited documentation)

insert(self, pos, item)

source code 
insert object before index
Overrides: list.insert
(inherited documentation)

__init__(self, initVal=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
new list

Overrides: list.__init__
(inherited documentation)