Library Reference
The lib.i18n
Module
Localization management.
The lib.utils
Module
Some various utilities.
- cioxml.lib.utils.special_protect(content)[source]
Convert special characters (&, <, >) in a secure representation.
- cioxml.lib.utils.special_unprotect(content)[source]
Cancel the protection made by _special_protect().
- cioxml.lib.utils.image_base64(pbuild, abs_path, html)[source]
“Replace image source with its content in base64.
- cioxml.lib.utils.remove_css_maps(pbuild, step)[source]
Remove CSS maps and their call.
- Parameters:
build (cioprocessor.lib.build.PBuild) – Current build object.
step (dict) – Dictionary defining the current step.
The lib.cioset
Module
Cioset management.