Searched refs:decorator (Results 1 – 25 of 105) sorted by relevance
12345
1 # md5, sha256 from https://pypi.org/pypi/decorator/json2 md5 d01585c3ea5b36a209747fcc978a98c8 decorator-5.1.0.tar.gz3 sha256 e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7 decorator-5.1.0.tar.gz
2 bool "python-decorator"7 https://github.com/micheles/decorator
8 PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz13 PYTHON_DECORATOR_CPE_ID_PRODUCT = decorator
6 from oeqa.core.decorator.depends import OETestDepends7 from oeqa.core.decorator.data import skipIfDataVar, skipIfInDataVar8 from oeqa.runtime.decorator.package import OEHasPackage
6 from oeqa.core.decorator.depends import OETestDepends7 from oeqa.core.decorator.data import skipIfNotFeature8 from oeqa.runtime.decorator.package import OEHasPackage
2 from oeqa.core.decorator.depends import OETestDepends3 from oeqa.core.decorator.data import skipIfQemu4 from oeqa.runtime.decorator.package import OEHasPackage
9 from oeqa.core.decorator.depends import OETestDepends10 from oeqa.core.decorator.oetimeout import OETimeout11 from oeqa.core.decorator.data import skipIfQemu
9 from oeqa.core.decorator.depends import OETestDepends10 from oeqa.core.decorator.data import skipIfDataVar11 from oeqa.runtime.decorator.package import OEHasPackage
9 from oeqa.core.decorator.depends import OETestDepends10 from oeqa.core.decorator.data import skipIfNotFeature11 from oeqa.runtime.decorator.package import OEHasPackage
6 from oeqa.core.decorator.depends import OETestDepends7 from oeqa.core.decorator.data import skipIfNotInDataVar8 from oeqa.runtime.decorator.package import OEHasPackage
8 from oeqa.core.decorator.depends import OETestDepends9 from oeqa.core.decorator.data import skipIfNotFeature10 from oeqa.runtime.decorator.package import OEHasPackage
2 from oeqa.core.decorator.depends import OETestDepends3 from oeqa.core.decorator.data import skipIfFeature4 from oeqa.runtime.decorator.package import OEHasPackage
9 from oeqa.core.decorator.depends import OETestDepends10 from oeqa.core.decorator.data import skipIfDataVar, skipIfNotDataVar11 from oeqa.runtime.decorator.package import OEHasPackage12 from oeqa.core.decorator.data import skipIfNotFeature, skipIfFeature
8 from oeqa.core.decorator.depends import OETestDepends9 from oeqa.runtime.decorator.package import OEHasPackage
13 from oeqa.core.decorator.depends import OETestDepends14 from oeqa.runtime.decorator.package import OEHasPackage15 from oeqa.core.decorator.data import skipIfQemu
6 from oeqa.core.decorator.depends import OETestDepends7 from oeqa.runtime.decorator.package import OEHasPackage
1 SUMMARY = "Python decorator utilities"3 The aim of the decorator module it to simplify the usage of decorators \7 decorator, just because you can."
8 from oeqa.core.decorator import OETestTag9 from oeqa.core.decorator.data import OETestDataDepends
10 from oeqa.core.decorator.oetimeout import OETimeout11 from oeqa.core.decorator.depends import OETestDepends