MCPcopy Index your code
hub / github.com/RustPython/RustPython / eq

Method eq

crates/common/src/crt_fd.rs:141–143  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

139
140impl<'fd> PartialEq for Borrowed<'fd> {
141 fn eq(&self, other: &Self) -> bool {
142 self.as_raw() == other.as_raw()
143 }
144}
145impl<'fd> Eq for Borrowed<'fd> {}
146

Callers

nothing calls this directly

Calls 1

as_rawMethod · 0.45

Tested by

no test coverage detected