Map interface specific params to an internal name representation
(self, **map_params)
| 107 | ) |
| 108 | |
| 109 | def map_params(self, **map_params): |
| 110 | """Map interface specific params to an internal name representation""" |
| 111 | return self.where(map_params=map_params) |
| 112 | |
| 113 | def where(self, **overrides): |
| 114 | """Creates a new route, based on the current route, with the specified overrided values""" |