Home
last modified time | relevance | path

Searched refs:no_method (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/protocols/
H A Ddecompose_protocol_test.py135 no_method = NoMethod()
136 assert cirq.decompose(no_method) == [no_method]
178 no_method = NoMethod()
186 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=None) == [no_method]
187 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=lambda _: None) == [
188 no_method
192 _ = cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=TypeError('test'))
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Ddecompose_protocol_test.py135 no_method = NoMethod()
136 assert cirq.decompose(no_method) == [no_method]
178 no_method = NoMethod()
186 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=None) == [no_method]
187 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=lambda _: None) == [
188 no_method
192 _ = cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=TypeError('test'))
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Ddecompose_protocol_test.py135 no_method = NoMethod()
136 assert cirq.decompose(no_method) == [no_method]
178 no_method = NoMethod()
186 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=None) == [no_method]
187 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=lambda _: None) == [
188 no_method
192 _ = cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=TypeError('test'))
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/protocols/
H A Ddecompose_protocol_test.py135 no_method = NoMethod()
136 assert cirq.decompose(no_method) == [no_method]
178 no_method = NoMethod()
186 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=None) == [no_method]
187 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=lambda _: None) == [
188 no_method
192 _ = cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=TypeError('test'))
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Ddecompose_protocol_test.py135 no_method = NoMethod()
136 assert cirq.decompose(no_method) == [no_method]
178 no_method = NoMethod()
186 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=None) == [no_method]
187 assert cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=lambda _: None) == [
188 no_method
192 _ = cirq.decompose(no_method, keep=lambda _: False, on_stuck_raise=TypeError('test'))
/dports/lang/libobjc2/libobjc2-2.1/Test/
H A DSuperMethodMissing.m29 IMP no_method(id self, SEL cmd) function
38 __objc_msg_forward2 = no_method;
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/bundler/plugin/
H A Ddsl_spec.rb18 expect { dsl.no_method }.to raise_error(DSL::PluginGemfileError)
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java-j2se/java/io/
H A DFileInputStream.java295 } catch (NoSuchMethodException no_method) { in fdClose()
296 getLogger().error("internal error in FileDescriptor usage: " + no_method); in fdClose()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java-j2se/java/io/
H A DFileInputStream.java295 } catch (NoSuchMethodException no_method) { in fdClose()
296 getLogger().error("internal error in FileDescriptor usage: " + no_method); in fdClose()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/
H A Derror.rs134 pub fn no_method<T: fmt::Display + ?Sized>(a: &T) -> MethodErr { in no_method() method
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetlibsshsession.c760 bool no_method = false; in virNetLibsshAuthenticate() local
791 no_method = true; in virNetLibsshAuthenticate()
838 } else if (no_method && !auth_failed) { in virNetLibsshAuthenticate()
H A Dvirnetsshsession.c817 bool no_method = false; in virNetSSHAuthenticate() local
880 no_method = true; in virNetSSHAuthenticate()
892 } else if (no_method && !auth_failed) { in virNetSSHAuthenticate()
/dports/lang/cython-devel/cython-2b1e743/docs/src/userguide/
H A Dmigrating_to_cy30.rst79 no_method = staticmethod(func)
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/dbus-0.6.5/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method
H A Dobjectpath.rs247 …t me = try!(m.member().and_then(|me| i.methods.get(&me)).ok_or_else(|| MethodErr::no_method(&""))); in handle()
/dports/www/firefox/firefox-99.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method
H A Dobjectpath.rs247 …t me = try!(m.member().and_then(|me| i.methods.get(&me)).ok_or_else(|| MethodErr::no_method(&""))); in handle()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method
H A Dobjectpath.rs247 …t me = try!(m.member().and_then(|me| i.methods.get(&me)).ok_or_else(|| MethodErr::no_method(&""))); in handle()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dbus-0.6.4/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method
H A Dobjectpath.rs245 …t me = try!(m.member().and_then(|me| i.methods.get(&me)).ok_or_else(|| MethodErr::no_method(&""))); in handle()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method
H A Dobjectpath.rs247 …t me = try!(m.member().and_then(|me| i.methods.get(&me)).ok_or_else(|| MethodErr::no_method(&""))); in handle()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dbus/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/dbus-0.6.5/src/tree/
H A Dmethodtype.rs34 pub fn no_method<T: fmt::Display>(a: &T) -> MethodErr { in no_method() method

12