|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| def | __init__ (self, unknown_method_name) |
| def | __str__ (self) |
Raised if an unknown method is requested of the mock object.
| def mox.UnknownMethodCallError.__init__ | ( | self, | |
| unknown_method_name | |||
| ) |
Init exception. Args: # unknown_method_name: Method call that is not part of the mocked class's # public interface. unknown_method_name: str
| def mox.UnknownMethodCallError.__str__ | ( | self | ) |
1.8.13