MCPcopy 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_ciphersMethod · 0.45
enum_certificatesFunction · 0.45
getstateMethod · 0.45
recvmsgMethod · 0.45
parse_ancillary_dataMethod · 0.45
get_addr_tupleFunction · 0.45
getaddrinfoFunction · 0.45
itemsMethod · 0.45
do_findallFunction · 0.45
groupMethod · 0.45
groupsMethod · 0.45
add_done_callbackMethod · 0.45

Calls 1

into_pytupleMethod · 0.80

Tested by

no test coverage detected