Home
last modified time | relevance | path

Searched refs:decorators (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-decorator_5.1.1.bb3 The aim of the decorator module it to simplify the usage of decorators \
4 for the average programmer, and to popularize decorators by showing \
5 various non-trivial examples. Of course, as all techniques, decorators \
H A Dpython3-cachetools_5.3.3.bb1 SUMMARY = "Extensible memoizing collections and decorators"
4 collections and decorators, including variants of the \
H A Dpython3-stopit_1.1.2.bb1 … threads, control the timeout of blocks or callables with two context managers and two decorators."
H A Dpython3-wrapt_1.16.0.bb1 SUMMARY = "A Python module for decorators, wrappers and monkey patching."
H A Dpython3-aspectlib_2.0.0.bb4 SUMMARY = "An aspect-oriented programming, monkey-patch and decorators library."
H A Dpython3-slip-dbus_0.6.5.bb10 functions and decorators for integrating a dbus service with PolicyKit."
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py47 for d in self.decorators:
50 for d in self.decorators:
56 for d in self.decorators:
H A DREADME25 decorators for Test cases.
/openbmc/intel-ipmi-oem/
H A Dmeson.options4 option('using-entity-manager-decorators', type: 'feature', description: 'Enable using EM decorators
H A Dmeson.build30 'using-entity-manager-decorators': '-DUSING_ENTITY_MANAGER_DECORATORS',
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py173 self.decorators = kw.pop("decorators", [])
175 self.decorators.insert(0, Quote())
177 self.decorators.insert(0, FixBool())
183 for d in self.decorators:
284 value=path, type="string", decorators=[Literal("string")]
298 decorators=[Literal(value.get("type", None))],
366 value=member, decorators=[Cast("static", member_cast)]
386 decorators=[Literal(kw["value"].get("type", None))],
413 decorators=[Literal(kw["value"].get("type", None))],
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py159 self.decorators = kw.pop("decorators", [])
163 self.decorators.insert(0, Quote())
165 self.decorators.insert(0, FixBool())
171 for d in self.decorators:
182 self.decorators = kw.pop("decorators", [])
184 self.decorators.insert(0, Quote())
190 for d in self.decorators:
202 self.decorators = kw.pop("decorators", [])
206 self.decorators.insert(0, Quote())
208 self.decorators.insert(0, FixBool())
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend1 PACKAGECONFIG:append:kudo = " entity-manager-decorators"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb24 …IG ??= "allowlist i2c-allowlist boot-flag-safe-mode softoff libuserlayer entity-manager-decorators"
35 PACKAGECONFIG[entity-manager-decorators] = "-Dentity-manager-decorators=enabled,-Dentity-manager-de…
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A D__init__.py46 self.case.decorators.append(self)
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py15 from django.views.decorators.csrf import csrf_exempt
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Durls.py11 from django.views.decorators.cache import never_cache
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py144 def decorators(self, node): member in SourceGenerator
187 self.decorators(node)
204 self.decorators(node)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py10 from django.utils.decorators import method_decorator
11 from django.views.decorators.cache import cache_control
/openbmc/phosphor-host-ipmid/
H A Dmeson.build89 'entity-manager-decorators' : '-DUSING_ENTITY_MANAGER_DECORATORS',
H A Dmeson.options53 option('entity-manager-decorators', type: 'feature', value: 'enabled', description: 'The Entity Man…
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py31 from oeqa.utils.decorators import LogResults, gettag
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch7 Exceptions can be registered with decorators, raised in a remote
/openbmc/openbmc/poky/documentation/test-manual/
H A Dintro.rst420 ``OETestDepends`` and ``OEHasPackage`` decorators. For example, the test
/openbmc/qemu/docs/devel/
H A Dtesting.rst1342 The Avocado framework provides Python decorators which allow for easily skip
1345 information about those decorators, please refer to::

12