reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  838   auto x = As<long long>(runStringOneLine("40 + 2", globals, globals));
  838   auto x = As<long long>(runStringOneLine("40 + 2", globals, globals));
  842   Expected<PythonObject> r = runStringOneLine("n = 42", globals, globals);
  842   Expected<PythonObject> r = runStringOneLine("n = 42", globals, globals);
  844   auto y = As<long long>(globals.GetItem("n"));
  854   r = runStringMultiLine(script, globals, globals);
  854   r = runStringMultiLine(script, globals, globals);
  856   auto g = As<std::string>(globals.GetItem("g"));