================
@@ -1163,9 +1186,9 @@ formatter neither by name nor by regular expression.
 
 In that case, you can write a recognizer function like this:
 
-::
+.. code-block:: python
 
-   def is_generated_object(sbtype, internal_dict):
+   def is_generated_object(sbtype: lldb.SBType, internal_dict) -> bool:
----------------
da-viper wrote:

Yes see 
https://github.com/llvm/llvm-project/blob/e0008bd8a5bfaa9b5728ce1c995ae79d9876d532/lldb/bindings/python/python-wrapper.swig#L97-L117

https://github.com/llvm/llvm-project/pull/182892
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to