Home
last modified time | relevance | path

Searched defs:update_wrapper (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dfunctools.py17 def update_wrapper(wrapper, function
/external/rust/crates/nix/src/sys/
Dtermios.rs220 pub(crate) fn update_wrapper(&mut self) { in update_wrapper() method
/external/python/mako/mako/
Dutil.py17 def update_wrapper(decorated, fn): function
/external/python/cpython3/Lib/
Dfunctools.py35 def update_wrapper(wrapper, function