Set none for self.param_info

This commit is contained in:
huanghui 2021-04-27 19:07:55 +08:00
parent 7835f73fea
commit 8534fc9ac5
1 changed files with 3 additions and 0 deletions

View File

@ -609,3 +609,6 @@ class ParameterTuple(tuple):
def __parameter_tuple__(self):
"""For parse check."""
def __del__(self):
self.param_info = None