Exemple #1
0
 def __lookup__(self, id, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return OneGroupController(id), args
Exemple #2
0
 def __lookup__(self, grant, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return GrantInterface(grant), args
Exemple #3
0
 def __lookup__(self, grant, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return GrantInterface(grant), args
Exemple #4
0
 def __lookup__(self, user, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return AccountInterface(user), args
Exemple #5
0
 def __lookup__(self, key, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return KeyInterface(key), args
Exemple #6
0
 def __lookup__(self, char, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return CharacterInterface(char), args
Exemple #7
0
 def __lookup__(self, app, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return ApplicationInterface(app), args
Exemple #8
0
 def __lookup__(self, key, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return CharacterInterface(key), args
Exemple #9
0
 def __lookup__(self, app, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return ApplicationInterface(app), args
Exemple #10
0
 def __lookup__(self, id, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return OneGroupController(id), args
Exemple #11
0
 def __lookup__(self, user, *args, **kw):
     request.path_info_pop()  # We consume a single path element.
     return AccountInterface(user), args