value_property

Represents a property that has a value in the Cache-Control header.

When no value is actually given, the value of self.none is returned.


Methods

f __init__(self, prop, default=None, none=None, type=None) ...

f __get__(self, obj, type=None) ...

f __set__(self, obj, value) ...

f __delete__(self, obj) ...

See the source for more information.