Documentation
Getting Started
Python Packages
WarningFindSpec
classproperty
NonInheritable
class_subclasses()
clear_cache()
hide_from_subclasses()
import_file()
import_files()
interface_version()
list_plugins()
require_interface_version()
Checks if a version tuple satisfies the required version major and minor constraints.
required (Tuple[int, ...]) – A tuple containing required major and optionally minor version numbers.
version (Tuple[int, int, int]) – A tuple containing the full version (major, minor, patch).
True if the version matches the required constraints, False otherwise.
bool