MCPcopy Create free account
hub / github.com/Glyphack/enderpy / BoolOperation

Class BoolOperation

parser/src/ast.rs:496–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494// https://docs.python.org/3/library/ast.html#ast.BoolOp
495#[derive(Debug, Clone)]
496pub struct BoolOperation {
497 pub node: Node,
498 pub op: BooleanOperator,
499 pub values: Vec<Expression>,
500}
501
502#[derive(Debug, Clone)]
503pub enum BooleanOperator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected