fix(python): add object as @type.builtin

This commit is contained in:
Anthony Shi 2023-03-22 15:07:50 +08:00 committed by Amaan Qureshi
parent 9b4e8c1b97
commit 9253ce66f9

View file

@ -47,7 +47,7 @@
"FutureWarning" "ImportWarning" "UnicodeWarning" "BytesWarning" "ResourceWarning" "FutureWarning" "ImportWarning" "UnicodeWarning" "BytesWarning" "ResourceWarning"
;; https://docs.python.org/3/library/stdtypes.html ;; https://docs.python.org/3/library/stdtypes.html
"bool" "int" "float" "complex" "list" "tuple" "range" "str" "bool" "int" "float" "complex" "list" "tuple" "range" "str"
"bytes" "bytearray" "memoryview" "set" "frozenset" "dict" "type")) "bytes" "bytearray" "memoryview" "set" "frozenset" "dict" "type" "object"))
((assignment ((assignment
left: (identifier) @type.definition left: (identifier) @type.definition