6.3. oncilla.defaultSanitizer
defaultSanitizer.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Sanitizes python module file. bleach() definition is called by Oncilla package.
Others:
6.3.1. Module Attributes
-
oncilla.defaultSanitizer.LOGGER
-
oncilla.defaultSanitizer.STATEMENT_UPDATE_MESSAGE
-
oncilla.defaultSanitizer.STATEMENT_SUBSTITUTE
6.3.2. Functions
-
oncilla.defaultSanitizer.bleach(file)[source]
Sanitizes given python module.
Parameters: | file (unicode) – Python module file. |
Returns: | Definition success. |
Return type: | bool |