Autologging icon indicating copy to clipboard operation
Autologging copied to clipboard

Use of functools.cached_property raise warning

Open AndyMorris62 opened this issue 1 year ago • 0 comments

If cached property is used the following warning is raised

        else:
            # should be unreachable, but issue a warning just in case
            warnings.warn("tracing not supported for %r" % descriptor_type)
            continue

AndyMorris62 avatar Jan 16 '24 17:01 AndyMorris62