Home
last modified time | relevance | path

Searched defs:StructuredPythonObject (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h38 StructuredPythonObject() : StructuredData::Generic() {} in StructuredPythonObject() function
40 StructuredPythonObject(void *obj) : StructuredData::Generic(obj) { in StructuredPythonObject() function