Class p.u.t.m.MockCall:

Part of pida.utils.testing.mock View In Hierarchy

MockCall records the name and parameters of a call to an instance of a Mock class. Instances of MockCall are created by the Mock class, but can be inspected later as part of the test.
Line # Kind Name Docs
198 Method __init__ Undocumented
203 Method checkArgs Undocumented
207 Method getParam Undocumented
215 Method getNumParams Undocumented
218 Method getNumKwParams Undocumented
221 Method getName Undocumented
225 Method __str__ Undocumented
238 Method __repr__ Undocumented
def __init__(self, name, params, kwparams):
Undocumented
def checkArgs(self, *args, **kwargs):
Undocumented
def getParam(self, n):
Undocumented
def getNumParams(self):
Undocumented
def getNumKwParams(self):
Undocumented
def getName(self):
Undocumented
def __str__(self):
Undocumented
def __repr__(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.