Home
last modified time | relevance | path

Searched refs:__call__ (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
HDzts-report.py.in397 def __call__(self, parser, namespace, values, option_string=None): member in ListMaybesAction
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.cpp878 PythonObject __call__ = GetAttributeValue("__call__"); in GetArgInfo() local
879 if (__call__.IsValid()) { in GetArgInfo()
880 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-wrapper.swig718 auto pfunc = self.ResolveName<PythonCallable>("__call__");
763 auto pfunc = self.ResolveName<PythonCallable>("__call__");
766 cmd_retobj.AppendError("Could not find '__call__' method in implementation class");