Autologging
Autologging copied to clipboard
Use of functools.cached_property raise warning
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