Searched defs:update_wrapper (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/nix/src/sys/ | ||
D | termios.rs | 308 pub(crate) fn update_wrapper(&mut self) { in update_wrapper() method |
/third_party/python/Lib/ | ||
D | functools.py | 35 def update_wrapper(wrapper, function |