Home | Trees | Indices | Help |
---|
|
object --+ | MigrationControl
|
|||
TreeNode |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_choices_compact =
|
|||
_choices_full =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This method checks whether migration for the plugin called 'name' of version 'version' from category 'category' is allowed or not. If migration is not explicitly allowed through MigrationControl.migration object it will warn user with the message 'msg' and ask for permission to allow migration. |
This method allows migration. allow() --> allow all allow(category)--> allow all from 'category' allow(category, name) --> allow for all versions of 'name' from 'category' allow(category, name, version) --> allow for 'version' and 'name' from 'category' |
This method denies migration. deny() --> deny all deny(category)--> deny all from 'category' deny(category, name) --> deny for all versions of 'name' from 'category' deny(category, name, version) --> deny for 'version' and 'name' from 'category' |
This method is for getting user permission for migration. Args: msg - is the warning message. |
|
_choices_compact
|
_choices_full
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:20 2012 | http://epydoc.sourceforge.net |