(self, opt_reset=None)
| 107 | # @brief dynamic_reset module when the option need to be updated. |
| 108 | # @param opt_reset dict value of option |
| 109 | def dynamic_reset(self, opt_reset=None): |
| 110 | ###@} |
| 111 | self.option_ = opt_reset |
| 112 | |
| 113 | ## @ingroup PyMdSDK |
| 114 | ## @ingroup pyMdClass |
no outgoing calls
no test coverage detected