brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · 86759bd Raw
8 lines · plain
1%extend lldb::SBPlatform {2#ifdef SWIGPYTHON3    %pythoncode %{4        is_host = property(IsHost, None, doc='''A read only property that returns a boolean value that indiciates if this platform is the host platform.''')5    %}6#endif7}8