Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ conjugate
Method
conjugate
crates/vm/src/builtins/int.rs:530–532 ·
view source on GitHub ↗
(zelf: PyRef<Self>, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
528
529
#[pymethod]
530
fn conjugate(zelf: PyRef<Self>, vm: &VirtualMachine) -> PyRefExact<Self> {
531
zelf.__int__(vm)
532
}
533
534
#[pyclassmethod]
535
fn from_bytes(
Callers
nothing calls this directly
Calls
1
__int__
Method · 0.45
Tested by
no test coverage detected