trinity.utils.annotations module# Some annotations. trinity.utils.annotations.Experimental(func)[源代码]# Decorator to mark a function/class as experimental. Experimental features may change or be removed in future releases. trinity.utils.annotations.Deprecated(func)[源代码]# Decorator to mark a function/class as deprecated. Deprecated features should not be used in new code and may be removed in future releases.