get whether loopback has been specified in the I{kwargs}.
(cls, kwargs)
| 757 | |
| 758 | @classmethod |
| 759 | def simulation(cls, kwargs): |
| 760 | """ get whether loopback has been specified in the I{kwargs}. """ |
| 761 | return SimClient.injkey in kwargs.keys() |
| 762 | |
| 763 | def invoke(self, args, kwargs): |
| 764 | """ |