Package pyhai :: Package plugins :: Package linux :: Class PackageManagerBase
[hide private]
[frames] | no frames]

Class PackageManagerBase

source code

object --+
         |
        PackageManagerBase

Base class for all the different linux package managers

Instance Methods [hide private]
dict(str: str)
list_packages(self)
Returns: A dictionary of package name keys and package version values
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __metaclass__ = abc.ABCMeta
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

list_packages(self)

source code 
Returns: dict(str: str)
A dictionary of package name keys and package version values
Decorators:
  • @abc.abstractmethod