apisix/runner/utils/common.py [219:226]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if not fn:
        return res

    length = getattr(cls, "%sLength" % fn)()
    if not length or length == 0:
        return res

    for i in range(length):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



apisix/runner/utils/common.py [239:246]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if not fn:
        return res

    length = getattr(cls, "%sLength" % fn)()
    if not length or length == 0:
        return res

    for i in range(length):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



