Searched refs:__call__ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py37 def __call__(self, code=None): member in class:LLDBQuitter
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp913 // see if this is a callable object with an __call__ method
915 PythonObject __call__ = GetAttributeValue("__call__");
916 if (__call__.IsValid()) {
917 auto __callable__ = __call__.AsType<PythonCallable>();

Completed in 45 milliseconds