diff options
Diffstat (limited to 'pyramid/interfaces.py')
| -rw-r--r-- | pyramid/interfaces.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 6762d788d..8de5331b9 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -511,6 +511,10 @@ class IRequestHandler(Interface): IRequest.combined = IRequest # for exception view lookups +class IRequestProperties(Interface): + """ Marker interface for storing a list of request properties which + will be added to the request object.""" + class IRouteRequest(Interface): """ *internal only* interface used as in a utility lookup to find route-specific interfaces. Not an API.""" |
