forked from openlp/openlp
pep fixes
This commit is contained in:
parent
d52fff75a4
commit
047a1b3808
@ -217,7 +217,8 @@ class PathType(types.TypeDecorator):
|
|||||||
|
|
||||||
:param op: The operation being carried out. Not used, as we only care about the type that is being used with the
|
:param op: The operation being carried out. Not used, as we only care about the type that is being used with the
|
||||||
operation.
|
operation.
|
||||||
:param openlp.core.common.path.Path | str value: The value being used for the comparison. Most likely a Path Object or str.
|
:param openlp.core.common.path.Path | str value: The value being used for the comparison. Most likely a Path
|
||||||
|
Object or str.
|
||||||
:return: The coerced value stored in the db
|
:return: The coerced value stored in the db
|
||||||
:rtype: PathType or UnicodeText
|
:rtype: PathType or UnicodeText
|
||||||
"""
|
"""
|
||||||
@ -343,8 +344,8 @@ class Manager(object):
|
|||||||
|
|
||||||
:param plugin_name: The name to setup paths and settings section names
|
:param plugin_name: The name to setup paths and settings section names
|
||||||
:param init_schema: The init_schema function for this database
|
:param init_schema: The init_schema function for this database
|
||||||
:param openlp.core.common.path.Path db_file_path: The file name to use for this database. Defaults to None resulting in the plugin_name
|
:param openlp.core.common.path.Path db_file_path: The file name to use for this database. Defaults to None
|
||||||
being used.
|
resulting in the plugin_name being used.
|
||||||
:param upgrade_mod: The upgrade_schema function for this database
|
:param upgrade_mod: The upgrade_schema function for this database
|
||||||
"""
|
"""
|
||||||
self.is_dirty = False
|
self.is_dirty = False
|
||||||
|
Loading…
Reference in New Issue
Block a user