Esempio n. 1
0
 def _current_obj(self, *args, **kwargs):
     warnings.warn(self.__dict__['__warning'], DeprecationWarning, 3)
     return StackedObjectProxy._current_obj(self, *args, **kwargs)
Esempio n. 2
0
 def _current_obj(self, *args, **kwargs):
     warnings.warn(self.__dict__['__warning'], DeprecationWarning, 3)
     return StackedObjectProxy._current_obj(self, *args, **kwargs)
Esempio n. 3
0
 def _current_obj(*args, **kwargs):
     warnings.warn(pylons_h_warning, DeprecationWarning, 3)
     return StackedObjectProxy._current_obj(*args, **kwargs)
Esempio n. 4
0
 def _current_obj(*args, **kwargs):
     warnings.warn(pylons_h_warning, DeprecationWarning, 3)
     return StackedObjectProxy._current_obj(*args, **kwargs)