Home
last modified time | relevance | path

Searched refs:_decorator (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/devel/py-wrapt/wrapt-1.13.3/tests/
H A Dtest_inner_classmethod.py136 @_decorator
141 @_decorator
163 @_decorator
168 @_decorator
190 @_decorator
195 @_decorator
196 @_decorator
218 @_decorator
223 @_decorator
224 @_decorator
[all …]
H A Dtest_instancemethod.py242 @_decorator
247 @_decorator
270 @_decorator
275 @_decorator
299 @_decorator
304 @_decorator
328 @_decorator
360 @_decorator
388 @_decorator
417 @_decorator
[all …]
H A Dtest_inner_staticmethod.py130 def _decorator(wrapped, instance, args, kwargs): function
136 @_decorator
141 @_decorator
163 @_decorator
168 @_decorator
190 @_decorator
195 @_decorator
196 @_decorator
218 @_decorator
223 @_decorator
[all …]
H A Dtest_function_wrapper.py17 @_decorator
30 @_decorator
48 @_decorator
67 @_decorator
265 @_decorator
276 @_decorator
288 @_decorator
342 @_decorator
353 @_decorator
375 @_decorator
[all …]
H A Dtest_outer_staticmethod.py133 def _decorator(wrapped, instance, args, kwargs): function
139 @_decorator
145 @_decorator
164 def _decorator(wrapped, instance, args, kwargs): function
170 @_decorator
176 @_decorator
H A Dtest_outer_classmethod.py138 def _decorator(wrapped, instance, args, kwargs): function
152 @_decorator
158 @_decorator
180 def _decorator(wrapped, instance, args, kwargs): function
194 @_decorator
200 @_decorator
H A Dtest_descriptors_py36.py11 def _decorator(wrapped, instance, args, kwargs): function
27 @_decorator
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/PythonQt/src/
H A DPythonQtMethodInfo.h118 _decorator = info._decorator; in PythonQtSlotInfo()
129 _decorator = decorator; in PythonQtMethodInfo()
147 bool isInstanceDecorator() { return _decorator!=NULL && _type == InstanceDecorator; } in isInstanceDecorator()
150 bool isClassDecorator() { return _decorator!=NULL && _type == ClassDecorator; } in isClassDecorator()
152 QObject* decorator() { return _decorator; } in decorator()
163 QObject* _decorator; variable
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/pythonqt/src/
H A DPythonQtMethodInfo.h122 _decorator = info._decorator; in PythonQtSlotInfo()
133 _decorator = decorator; in PythonQtMethodInfo()
151 bool isInstanceDecorator() { return _decorator!=NULL && _type == InstanceDecorator; } in isInstanceDecorator()
154 bool isClassDecorator() { return _decorator!=NULL && _type == ClassDecorator; } in isClassDecorator()
156 QObject* decorator() { return _decorator; } in decorator()
167 QObject* _decorator; variable
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A Ddecorators.py56 def _decorator(*args, **kwargs): function
67 return _decorator
72 def _decorator(func): function
83 return _decorator
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py/util/
H A DDecorators.py79 def _decorator(func): function
99 return _decorator
140 def _decorator(func): function
184 return _decorator
189 def _decorator(func): function
204 return _decorator
270 def _decorator(func): function
305 return _decorator
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Ddecorators.py21 def _decorator(f, *dummy_args, **dummy_opts): function
28 _decorator.func = caller
29 return _decorator
/dports/devel/py-rope/rope-0.18.0/rope/base/utils/
H A D__init__.py38 def _decorator(func): function
45 return _decorator
50 def _decorator(func, message=message): function
58 return _decorator
/dports/www/seahub/seahub-8.0.7-server/seahub/auth/
H A Ddecorators.py64 def _decorator(view_func): function
80 return _decorator
82 return _decorator(function)
/dports/devel/py-funcy/funcy-1.15/funcy/
H A Ddecorators.py36 def _decorator(func): function
44 _decorator._func, _decorator._args, _decorator._kwargs = deco, dargs, dkwargs
45 return _decorator
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Ddecorator.py84 def _decorator(caller, func): function
133 return update_wrapper(lambda f : _decorator(caller, f), caller)
135 return _decorator(caller, func)
/dports/devel/py-lazr.delegates/lazr.delegates-2.0.4/lazr/delegates/
H A D_python3.py30 def _decorator(cls): function
38 return _decorator
H A D_python2.py30 def _decorator(cls): function
38 return _decorator
/dports/devel/py-osprofiler/osprofiler-3.4.2/osprofiler/cmd/
H A Dcliutils.py40 def _decorator(func): function
43 return _decorator
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dmisc.py43 def _decorator(func): function
45 return _decorator
70 def _decorator(func): function
77 return _decorator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogDecorations.cpp51 if (decorators.is_decorator(LogDecorators::full_name##_decorator)) { \ in create_decorations()
52 _decoration_offset[LogDecorators::full_name##_decorator] = position; \ in create_decorations()
55 _decoration_offset[LogDecorators::full_name##_decorator] = NULL; \ in create_decorations()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogDecorations.cpp51 if (decorators.is_decorator(LogDecorators::full_name##_decorator)) { \ in create_decorations()
52 _decoration_offset[LogDecorators::full_name##_decorator] = position; \ in create_decorations()
55 _decoration_offset[LogDecorators::full_name##_decorator] = NULL; \ in create_decorations()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dmisc.py47 def _decorator(func): function
49 return _decorator
79 def _decorator(func): function
86 return _decorator
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dmisc.py47 def _decorator(func): function
49 return _decorator
79 def _decorator(func): function
86 return _decorator
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dmisc.py47 def _decorator(func): function
49 return _decorator
79 def _decorator(func): function
86 return _decorator

12345678