Skip to content
John Hoffer edited this page Mar 17, 2017 · 2 revisions

Constructor Terms

from QueryLayer import *
query = InfoQuery(**terms)

The terms are of a simple dict with at least:

terms = {
    InfoQuery.INPUT.METHODS.NAME = __info__
}
'''
Where:
    __info__ in InfoQuery.INPUT.METHODS.INFO_LIST
'''

Version 2

Version 1

Clone this wiki locally