Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 9 of 9) sorted by relevance

/external/python/python-api-core/google/api_core/gapic_v1/
Dmethod.py49 def _apply_decorators(func, decorators): argument
/external/ComputeLibrary/src/core/utils/logging/
DLogger.cpp61 std::vector<std::unique_ptr<IDecorator>> decorators) in Logger()
/external/tensorflow/tensorflow/python/util/
Dmodule_wrapper.py61 def contains_deprecation_decorator(decorators): argument
/external/python/cpython2/Lib/
Dsymbol.py17 decorators = 260 variable
/external/python/cpython2/Include/
Dgraminit.h7 #define decorators 260 macro
/external/python/apitools/apitools/gen/
Dextended_descriptor.py134 decorators = messages.StringField(102, repeated=True) variable in ExtendedMessageDescriptor
/external/python/cpython3/Parser/
Dpegen.c2244 _PyPegen_function_def_decorators(Parser *p, asdl_expr_seq *decorators, stmt_ty function_def) in _PyPegen_function_def_decorators()
2267 _PyPegen_class_def_decorators(Parser *p, asdl_expr_seq *decorators, stmt_ty class_def) in _PyPegen_class_def_decorators()
/external/python/cpython2/Lib/compiler/
Dtransformer.py227 def decorators(self, nodelist): member in Transformer
Dast.py311 def __init__(self, name, bases, doc, code, decorators = None, lineno=None): argument
547 def __init__(self, decorators, name, argnames, defaults, flags, doc, code, lineno=None): argument