Index of the descriptors module
-
m
ohm.descriptors
...
-
C
line_converter
...
- Wraps a descriptor, and splits/joins text lines.
-
C
converter
...
- Applies a FormEncode validator/converter to a descriptor.
Supports both a class-level default_validator, and custom
validators.
-
C
cache
...
- A caching descriptor wrapper. Takes the attribute name and the
wrapped descriptor as arguments.
-
C
watcher
...
- Calls a callback function with (obj, old_value, new_value) everytime
an attribute is set.
-
C
json_converter
...
- Wraps a descriptor and does JSON decoding/encoding.
-
f
simple_repr
...
- Helper function for reprs like 'func_name(args, keywords)'