Home
last modified time | relevance | path

Searched refs:get_patch (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1807 def get_patch(attribute): function
1814 [get_patch(val).start() for val in ("one", "two", "three")]
/external/python/mock/mock/tests/
Dtestpatch.py1827 def get_patch(attribute): function
1834 [get_patch(val).start() for val in ("one", "two", "three")]
/external/rust/crates/protobuf/src/
Dplugin.rs89 pub fn get_patch(&self) -> i32 { in get_patch() method