Skip to content

bloqade.geometry.dialects.filled.concrete.FilledGridMethods

← Module overview

classFilledGridMethodssource

bloqade.geometry.dialects.filled.concrete.FilledGridMethods

Bases: MethodTable

class FilledGridMethods

methodvacatesource

bloqade.geometry.dialects.filled.concrete.FilledGridMethods.vacate

def vacate(interp: Interpreter, frame: Frame, stmt: stmts.Vacate)

Parameters

NameTypeDescription
interpInterpreter
frameFrame
stmtstmts.Vacate
source

methodfillsource

bloqade.geometry.dialects.filled.concrete.FilledGridMethods.fill

def fill(interp: Interpreter, frame: Frame, stmt: stmts.Fill)

Parameters

NameTypeDescription
interpInterpreter
frameFrame
stmtstmts.Fill
source

methodget_parentsource

bloqade.geometry.dialects.filled.concrete.FilledGridMethods.get_parent

def get_parent(interp: Interpreter, frame: Frame, stmt: stmts.GetParent)

Parameters

NameTypeDescription
interpInterpreter
frameFrame
stmtstmts.GetParent
source