File: __init__.pyi

package info (click to toggle)
tree-sitter-json 0.24.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ansic: 1,529; javascript: 109; makefile: 101; python: 81; cpp: 14; lisp: 11; sh: 9
file content (5 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from typing import Final

HIGHLIGHTS_QUERY: Final[str]

def language() -> object: ...