Package gofer :: Package rmi :: Module mock :: Class Call
[hide private]
[frames] | no frames]

Class Call

source code

Call object.

Instance Methods [hide private]
 
__init__(self, call) source code
 
__getitem__(self, n) source code
 
__iter__(self) source code
 
__str__(self) source code
 
__repr__(self) source code
Instance Variables [hide private]
tuple call
The call tuple (args,kwargs)
Properties [hide private]
  args
Get the call argument list.
  kwargs
Get the keyword arguments.
Method Details [hide private]

__init__(self, call)
(Constructor)

source code 
Parameters:
  • call (tuple) - The call tuple.

Property Details [hide private]

args

Get the call argument list.

Get Method:
unreachable.args(self) - Get the call argument list.

kwargs

Get the keyword arguments.

Get Method:
unreachable.kwargs(self) - Get the keyword arguments.