Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in409 def __call__(self, parser, namespace, values, option_string=None): member in ListMaybesAction
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp878 PythonObject __call__ = GetAttributeValue("__call__"); in GetArgInfo() local
879 if (__call__.IsValid()) { in GetArgInfo()
880 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-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");