Sha256: a29b0c8d111e10200bc77867f35fc9e9558cebe324d373b2881be0f8dae7f127
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
>>> from _init_environment import MTurkConnection, mturk_host >>> conn = MTurkConnection(host=mturk_host) # should have some HIT's returned by a search (but only if your account has existing HIT's) >>> search_rs = conn.search_hits() # this is a valid request >>> search_rs.status True >>> len(search_rs) > 1 True >>> search_rs # doctest: +ELLIPSIS [<boto.mturk.connection.HIT instance at ...]
Version data entries
4 entries across 4 versions & 2 rubygems