Пример #1
0
def displayfunction_explain(flt, db):
    sys.stdout.write(db.explain(db._get(flt), indent=4) + '\n')
Пример #2
0
def displayfunction_explain(flt, db):
    sys.stdout.write(db.explain(db._get(flt), indent=4) + '\n')
Пример #3
0
def displayfunction_explain(cur, db):
    sys.stdout.write(db.explain(cur, indent=4) + '\n')