(self, data)
| 795 | dispatch["fault"] = end_fault |
| 796 | |
| 797 | def end_methodName(self, data): |
| 798 | if self._encoding: |
| 799 | data = data.decode(self._encoding) |
| 800 | self._methodname = data |
| 801 | self._type = "methodName" # no params |
| 802 | dispatch["methodName"] = end_methodName |
| 803 | |
| 804 | ## Multicall support |