Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/builtins/genericalias.rs:53–55 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
51
impl PyPayload for PyGenericAlias {
52
#[inline]
53
fn class(ctx: &Context) -> &'static Py<PyType> {
54
ctx.types.generic_alias_type
55
}
56
}
57
58
impl Constructor for PyGenericAlias {
Callers
6
repr_arg
Method · 0.45
make_parameters_from_slice
Function · 0.45
is_unpacked_typevartuple
Function · 0.45
subs_tvars
Function · 0.45
unpack_args
Function · 0.45
subs_parameters
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected