Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ new_tuple
Method
new_tuple
crates/vm/src/vm/vm_new.rs:43–45 ·
view source on GitHub ↗
(&self, value: impl IntoPyTuple)
Source
from the content-addressed store, hash-verified
41
}
42
43
pub fn new_tuple(&self, value: impl IntoPyTuple) -> PyTupleRef {
44
value.into_pytuple(self)
45
}
46
47
pub fn new_module(
48
&self,
Callers
15
shared_ciphers
Method · 0.45
enum_certificates
Function · 0.45
getstate
Method · 0.45
recvmsg
Method · 0.45
parse_ancillary_data
Method · 0.45
get_addr_tuple
Function · 0.45
getaddrinfo
Function · 0.45
items
Method · 0.45
do_findall
Function · 0.45
group
Method · 0.45
groups
Method · 0.45
add_done_callback
Method · 0.45
Calls
1
into_pytuple
Method · 0.80
Tested by
no test coverage detected