Source code for timApp.folder.createopts
from dataclasses import dataclass
[docs]@dataclass(frozen=True)
class FolderCreationOptions:
apply_default_rights: bool = False
get_templates_rights_from_parent: bool = True
from dataclasses import dataclass
[docs]@dataclass(frozen=True)
class FolderCreationOptions:
apply_default_rights: bool = False
get_templates_rights_from_parent: bool = True