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
fromparsyfilesimportRootParserfrompytypesimporttypechecked@typecheckedclassFoo:
def__init__(self, bar: str):
self.bar=barrp=RootParser()
print(rp.get_all_conversion_chains_to_type(to_type=Foo)) # $<dict_to_object>$ not in list
Whereas if we remove the @typechecked annotation it works fine.