Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_registry_get

1225     def _registry_get(self, registry_name, value, default=None):
1284 type_func = self._registry_get('type', action.type, action.type)
1424 return self._registry_get('action', action, action)
2240 type_func = self._registry_get('type', action.type, action.type)