Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ Set
Class
Set
parser/src/ast.rs:489–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
488
#[derive(Debug, Clone)]
489
pub struct Set {
490
pub node: Node,
491
pub elements: Vec<Expression>,
492
}
493
494
// https://docs.python.org/3/library/ast.html#ast.BoolOp
495
#[derive(Debug, Clone)]
Callers
1
parse_set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected