Go to the source code of this file.
Classes | |
| class | robot.utils.normalizing.NormalizedDict |
| Custom dictionary implementation automatically normalizing keys. More... | |
Namespaces | |
| robot.utils.normalizing | |
Functions | |
| def | robot.utils.normalizing.normalize (string, ignore=(), caseless=True, spaceless=True) |
| Normalizes given string according to given spec. More... | |
| def | robot.utils.normalizing.normalize_whitespace (string) |