Help on class ResultsList in hubmap_api_py_client.external:

hubmap_api_py_client.external.ResultsList = class ResultsList(builtins.object)
 |  hubmap_api_py_client.external.ResultsList(results_set, values_included=[], sort_by=None)
 |  
 |  Use subscript syntax, ie [start, end], to get data
 |  from a ResultsList.
 |  
 |  Methods defined here:
 |  
 |  __getitem__(self, key)
 |  
 |  __init__(self, results_set, values_included=[], sort_by=None)
 |      Do not call the constructor directly:
 |      Instead use the get_list method of ResultsSet.
 |  
 |  __iter__(self)
 |  
 |  __len__(self)
 |  
 |  __repr__(self)
 |      Return repr(self).
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |  
 |  __dict__
 |      dictionary for instance variables (if defined)
 |  
 |  __weakref__
 |      list of weak references to the object (if defined)

