You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" for key in "+str(self._protected_keywords) +":\n"
384
+
" for key in "
385
+
+str(self._protected_keywords).replace("'", '"')
386
+
+":\n"
384
387
" if hasattr(self, key): d[key] = getattr(self, key) #include selected private properites. note: private properties are not considered as discriminator \n"
0 commit comments