Convert C# code to python

Continuing the discussion from Revit API access to Structural Connection parameters:

I try to cover this C# Code to python ,But , I have no idea how to cover "IList parameters = masterEnt.Get<IList>(field);"this part to python

any one can help me?

Some related documentation could be useful to the discussion, as for instance:
http://www.revitapidocs.com/2017.1/25e3e9f4-b24f-dbd3-cad7-f434cf1d8fcf.htm

Thank you, I Solved this problem. “Get(field)” == GetIList[System.String] in python