mib added inline comments.

================
Comment at: lldb/examples/python/scripted_process/scripted_process.py:5
 
-@six.add_metaclass(ABCMeta)
-class ScriptedProcess:
+class ScriptedProcess(metaclass=ABCMeta):
 
----------------
mib wrote:
> nit: no need to specify `metaclass=ABCMeta`, it can just be  
> `ScriptedProcess(ABC)`
disregard this comment, that's actually the way to do it ...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131304/new/

https://reviews.llvm.org/D131304

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to