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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
23070   if (!PyArg_ParseTuple(args,(char *)"OO:SBDebugger_DispatchInput",&obj0,&obj1)) SWIG_fail;
23077     if (PythonString::Check(obj1)) {
23078       PythonString str(PyRefType::Borrowed, obj1);
23082     else if(PythonByteArray::Check(obj1)) {
23083       PythonByteArray bytearray(PyRefType::Borrowed, obj1);
23087     else if (PythonBytes::Check(obj1)) {
23088       PythonBytes bytes(PyRefType::Borrowed, obj1);