/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-decorator_5.1.1.bb | 3 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 D | python3-cachetools_5.3.3.bb | 1 SUMMARY = "Extensible memoizing collections and decorators" 4 collections and decorators, including variants of the \
|
H A D | python3-stopit_1.1.2.bb | 1 … threads, control the timeout of blocks or callables with two context managers and two decorators."
|
H A D | python3-wrapt_1.16.0.bb | 1 SUMMARY = "A Python module for decorators, wrappers and monkey patching."
|
H A D | python3-aspectlib_2.0.0.bb | 4 SUMMARY = "An aspect-oriented programming, monkey-patch and decorators library."
|
H A D | python3-slip-dbus_0.6.5.bb | 10 functions and decorators for integrating a dbus service with PolicyKit."
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | case.py | 47 for d in self.decorators: 50 for d in self.decorators: 56 for d in self.decorators:
|
H A D | README | 25 decorators for Test cases.
|
/openbmc/intel-ipmi-oem/ |
H A D | meson.options | 4 option('using-entity-manager-decorators', type: 'feature', description: 'Enable using EM decorators…
|
H A D | meson.build | 30 'using-entity-manager-decorators': '-DUSING_ENTITY_MANAGER_DECORATORS',
|
/openbmc/phosphor-inventory-manager/ |
H A D | pimgen.py | 173 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 D | pdmgen.py | 159 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 D | phosphor-ipmi-host_%.bbappend | 1 PACKAGECONFIG:append:kudo = " entity-manager-decorators"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_git.bb | 24 …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__.py | 46 self.case.decorators.append(self)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/ |
H A D | views.py | 15 from django.views.decorators.csrf import csrf_exempt
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | urls.py | 11 from django.views.decorators.cache import never_cache
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | codegen.py | 144 def decorators(self, node): member in SourceGenerator 187 self.decorators(node) 204 self.decorators(node)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 10 from django.utils.decorators import method_decorator 11 from django.views.decorators.cache import cache_control
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.build | 89 'entity-manager-decorators' : '-DUSING_ENTITY_MANAGER_DECORATORS',
|
H A D | meson.options | 53 option('entity-manager-decorators', type: 'feature', value: 'enabled', description: 'The Entity Man…
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 31 from oeqa.utils.decorators import LogResults, gettag
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0003-Support-transformation-between-D-Bus-errors-and-exce.patch | 7 Exceptions can be registered with decorators, raised in a remote
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | intro.rst | 420 ``OETestDepends`` and ``OEHasPackage`` decorators. For example, the test
|
/openbmc/qemu/docs/devel/ |
H A D | testing.rst | 1342 The Avocado framework provides Python decorators which allow for easily skip 1345 information about those decorators, please refer to::
|