|
|
__init__(self,
guard,
package_api)
Constructor. |
|
|
|
|
install(self)
Installs the package manager. |
|
|
|
|
set_package_dir(self,
dirname)
Defines the directory into which new packages are installed, and
from which they are loaded. |
|
|
|
Package
|
create_package(self,
dirname)
Creates an empty package in the given directory. |
|
|
|
Package
|
read_package(self,
filename)
Reads the package with the given filename without installing
it. |
|
|
|
Package
|
|
|
|
|
|
|
|
|
list[Package]
|
get_package_list(self,
offset=0,
limit=0,
**kwargs)
Returns a list of all installed packages. |
|
|
|
list[Package]
|
get_listeners(self,
uri)
Returns a list of all packages that are subscribed to the signal
with the given URI. |
|
|
|
Package
|
|
|
Package
|
|
|
Package
|
get_package_from_instance(self,
instance)
Given an instance of the loaded package, this function returns the
corresponding Package object. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|