-
-
Notifications
You must be signed in to change notification settings - Fork 738
module.PyPackage.PyPackage
Jonas edited this page Jun 8, 2016
·
1 revision
_class _module.PyPackage.``PyPackage(manager, id, name, folder, site, password, queue, order)
Represents a package object at runtime
__init__(manager, id, name, folder, site, password, queue, order)
The whole SourceCode can be found here: (SourceCode)
Methods
| Name | Description |
|---|---|
__init__(manager, id, name, folder, site, ...) |
|
delete() |
|
getChildren() |
get information about contained links |
notifyChange() |
|
release() |
sync and delete from cache |
sync() |
sync with db |
toDict() |
Returns a dictionary representation of the data. |
The whole SourceCode can be found here: (SourceCode)
Attributes
folder
####toDict()
Returns a dictionary representation of the data.
Returns: |dict: {id: { attr: value }}
####getChildren()
get information about contained links
####sync()
sync with db
####release()
sync and delete from cache
This page may no longer be valid. If you find something wrong, please report it.