Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp724 auto oldstyle = As<PythonCallable>(globals.GetItem("OldStyle")); in TEST_F() local
725 ASSERT_THAT_EXPECTED(oldstyle, llvm::Succeeded()); in TEST_F()
726 arginfo = oldstyle.get().GetArgInfo(); in TEST_F()