Skip to content

bloqade.analysis.address.impls.PyLen

← Module overview

classPyLensource

bloqade.analysis.address.impls.PyLen

Bases: interp.MethodTable

class PyLen

methodlen_source

bloqade.analysis.address.impls.PyLen.len_

Signature
def len_(interp_: AddressAnalysis, frame: ForwardFrame[Address], stmt: py.Len)

Parameters

NameTypeDescription
interp_AddressAnalysis
frameForwardFrame[Address]
stmtpy.Len
source