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

Class TypeVarTuple

crates/vm/src/stdlib/typevar.rs:717–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 #[derive(Debug, PyPayload)]
716 #[allow(dead_code)]
717 pub struct TypeVarTuple {
718 name: PyObjectRef,
719 default_value: PyMutex<PyObjectRef>,
720 evaluate_default: PyMutex<PyObjectRef>,
721 }
722 #[pyclass(
723 flags(HAS_DICT, HAS_WEAKREF),
724 with(Constructor, Representable, Iterable)

Calls

no outgoing calls