Skip to content

Instantly share code, notes, and snippets.

@awerdx520
Created July 5, 2023 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awerdx520/4572b794e985a21856542be3b19d5a38 to your computer and use it in GitHub Desktop.
Save awerdx520/4572b794e985a21856542be3b19d5a38 to your computer and use it in GitHub Desktop.
eglot python 输出日志
3. Eglot python 配置日志输出:
[internal] Thu Jul 6 01:15:51 2023:
(:message "Running language server: /usr/bin/pyright-langserver --stdio")
[client-request] (id:1) Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :id 1 :method "initialize" :params
(:processId 256480 :clientInfo
(:name "Eglot")
:rootPath "/home/user/path/to/project/python/sample/" :rootUri "file:///home/user/path/to/project/python/sample" :initializationOptions #s(hash-table size 1 test eql rehash-size 1.5 rehash-threshold 0.8125 data
())
:capabilities
(:workspace
(:applyEdit t :executeCommand
(:dynamicRegistration :json-false)
:workspaceEdit
(:documentChanges t)
:didChangeWatchedFiles
(:dynamicRegistration t)
:symbol
(:dynamicRegistration :json-false)
:configuration t :workspaceFolders t)
:textDocument
(:synchronization
(:dynamicRegistration :json-false :willSave t :willSaveWaitUntil t :didSave t)
:completion
(:dynamicRegistration :json-false :completionItem
(:snippetSupport t :deprecatedSupport t :resolveSupport
(:properties
["documentation" "details" "additionalTextEdits"])
:tagSupport
(:valueSet
[1]))
:contextSupport t)
:hover
(:dynamicRegistration :json-false :contentFormat
["markdown" "plaintext"])
:signatureHelp
(:dynamicRegistration :json-false :signatureInformation
(:parameterInformation
(:labelOffsetSupport t)
:documentationFormat
["markdown" "plaintext"]
:activeParameterSupport t))
:references
(:dynamicRegistration :json-false)
:definition
(:dynamicRegistration :json-false :linkSupport t)
:declaration
(:dynamicRegistration :json-false :linkSupport t)
:implementation
(:dynamicRegistration :json-false :linkSupport t)
:typeDefinition
(:dynamicRegistration :json-false :linkSupport t)
:documentSymbol
(:dynamicRegistration :json-false :hierarchicalDocumentSymbolSupport t :symbolKind
(:valueSet
[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26]))
:documentHighlight
(:dynamicRegistration :json-false)
:codeAction
(:dynamicRegistration :json-false :codeActionLiteralSupport
(:codeActionKind
(:valueSet
["quickfix" "refactor" "refactor.extract" "refactor.inline" "refactor.rewrite" "source" "source.organizeImports"]))
:isPreferredSupport t)
:formatting
(:dynamicRegistration :json-false)
:rangeFormatting
(:dynamicRegistration :json-false)
:rename
(:dynamicRegistration :json-false)
:inlayHint
(:dynamicRegistration :json-false)
:publishDiagnostics
(:relatedInformation :json-false :codeDescriptionSupport :json-false :tagSupport
(:valueSet
[1 2])))
:window
(:showDocument
(:support t)
:workDoneProgress t)
:general
(:positionEncodings
["utf-32" "utf-8" "utf-16"])
:experimental #s(hash-table size 1 test eql rehash-size 1.5 rehash-threshold 0.8125 data
()))
:workspaceFolders
[(:uri "file:///home/user/path/to/project/python/sample" :name "~/path/to/project/python/sample/")]))
[server-notification] Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Pyright language server 1.1.309 starting"))
[server-notification] Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Server root directory: /usr/lib/node_modules/pyright/dist/"))
[server-notification] Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Starting service instance \"~/path/to/project/python/sample/\""))
[server-reply] (id:1) Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :id 1 :result
(:capabilities
(:textDocumentSync 2 :definitionProvider
(:workDoneProgress t)
:declarationProvider
(:workDoneProgress t)
:typeDefinitionProvider
(:workDoneProgress t)
:referencesProvider
(:workDoneProgress t)
:documentSymbolProvider
(:workDoneProgress t)
:workspaceSymbolProvider
(:workDoneProgress t)
:hoverProvider
(:workDoneProgress t)
:documentHighlightProvider
(:workDoneProgress t)
:renameProvider
(:prepareProvider t :workDoneProgress t)
:completionProvider
(:triggerCharacters
["." "[" "\"" "'"]
:resolveProvider t :workDoneProgress t :completionItem
(:labelDetailsSupport t))
:signatureHelpProvider
(:triggerCharacters
["(" "," ")"]
:workDoneProgress t)
:codeActionProvider
(:codeActionKinds
["quickfix" "source.organizeImports"]
:workDoneProgress t)
:executeCommandProvider
(:commands
[]
:workDoneProgress t)
:callHierarchyProvider t :workspace
(:workspaceFolders
(:supported t :changeNotifications t)))))
[client-notification] Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :method "initialized" :params #s(hash-table size 1 test eql rehash-size 1.5 rehash-threshold 0.8125 data
()))
[client-notification] Thu Jul 6 01:15:51 2023:
(:jsonrpc "2.0" :method "textDocument/didOpen" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 0 :languageId "python" :text "#!/usr/bin/env python3\n#\n#\ndef one():\n print(\"hello, word\")\n\n\nif __name__ == \"__main__\":\n print(\"hello, world\")\n")))
[client-notification] Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :method "workspace/didChangeConfiguration" :params
(:settings #s(hash-table size 1 test eql rehash-size 1.5 rehash-threshold 0.8125 data
())))
[server-request] (id:0) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 0 :method "client/registerCapability" :params
(:registrations
[(:id "b6500460-dfcf-4326-931b-0e7a0c8e87c2" :method "workspace/didChangeWatchedFiles" :registerOptions
(:watchers
[(:globPattern "**/pyrightconfig.json" :kind 7)
(:globPattern "**" :kind 7)]))]))
[client-reply] (id:0) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 0 :result nil)
[server-request] (id:1) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 1 :method "workspace/configuration" :params
(:items
[(:scopeUri "file:///home/user/path/to/project/python/sample" :section "python")]))
[client-reply] (id:1) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 1 :result
[nil])
[server-request] (id:2) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 2 :method "workspace/configuration" :params
(:items
[(:scopeUri "file:///home/user/path/to/project/python/sample" :section "python.analysis")]))
[client-reply] (id:2) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 2 :result
[nil])
[server-request] (id:3) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 3 :method "workspace/configuration" :params
(:items
[(:scopeUri "file:///home/user/path/to/project/python/sample" :section "pyright")]))
[client-reply] (id:3) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 3 :result
[nil])
[server-notification] Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Loading pyproject.toml file at /home/user/path/to/project/python/sample/pyproject.toml"))
[server-notification] Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Pyproject file \"/home/user/path/to/project/python/sample/pyproject.toml\" has no \"[tool.pyright]\" section."))
[server-notification] Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Found 6 source files"))
[server-request] (id:4) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 4 :method "client/registerCapability" :params
(:registrations
[(:id "dfaa9246-5c70-49f3-b659-825f8bee1526" :method "workspace/didChangeWatchedFiles" :registerOptions
(:watchers
[(:globPattern "**/pyrightconfig.json" :kind 7)
(:globPattern "**" :kind 7)]))]))
[client-reply] (id:4) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 4 :result nil)
[client-notification] Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :method "workspace/didChangeWatchedFiles" :params
(:changes
[(:uri "file:///home/user/path/to/project/python/sample/sample/flycheck_one.py" :type 3)]))
[client-request] (id:2) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 2 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 9)))
[client-request] (id:3) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 3 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 9)))
[server-notification] Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 0 :diagnostics
[]))
[server-request] (id:5) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 5 :method "client/unregisterCapability" :params
(:unregisterations
[(:id "b6500460-dfcf-4326-931b-0e7a0c8e87c2" :method "workspace/didChangeWatchedFiles")]))
[client-reply] (id:5) Thu Jul 6 01:15:52 2023:
(:jsonrpc "2.0" :id 5 :result nil)
[server-reply] (id:2) Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :id 2 :result
(:contents
(:kind "markdown" :value "```python\n(function) def print(\n *values: object,\n sep: str | None = \" \",\n end: str | None = \"\\n\",\n file: SupportsWrite[str] | None = None,\n flush: Literal[False] = False\n) -> None\n```")
:range
(:start
(:line 4 :character 4)
:end
(:line 4 :character 9))))
[server-notification] Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///home/user/path/to/project/python/sample/sample/flycheck_one.py" :diagnostics
[]))
[server-request] (id:6) Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :id 6 :method "window/workDoneProgress/create" :params
(:token "d06911e6-38ea-477d-8eb5-88cc76cde7d1"))
[client-reply] (id:6) Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :id 6 :result nil)
[server-notification] Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :method "window/logMessage" :params
(:type 3 :message "Found 5 source files"))
[server-notification] Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 0 :diagnostics
[]))
[server-reply] (id:3) Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :id 3 :result nil)
[server-notification] Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :method "$/progress" :params
(:token "d06911e6-38ea-477d-8eb5-88cc76cde7d1" :value
(:kind "begin" :title "")))
[server-notification] Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :method "$/progress" :params
(:token "d06911e6-38ea-477d-8eb5-88cc76cde7d1" :value
(:kind "report" :message "1 file to analyze")))
[server-notification] Thu Jul 6 01:15:53 2023:
(:jsonrpc "2.0" :method "$/progress" :params
(:token "d06911e6-38ea-477d-8eb5-88cc76cde7d1" :value
(:kind "end")))
[client-request] (id:4) Thu Jul 6 01:15:57 2023:
(:jsonrpc "2.0" :id 4 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 8)))
[client-request] (id:5) Thu Jul 6 01:15:57 2023:
(:jsonrpc "2.0" :id 5 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 8)))
[server-reply] (id:4) Thu Jul 6 01:15:57 2023:
(:jsonrpc "2.0" :id 4 :result
(:contents
(:kind "markdown" :value "```python\n(function) def print(\n *values: object,\n sep: str | None = \" \",\n end: str | None = \"\\n\",\n file: SupportsWrite[str] | None = None,\n flush: Literal[False] = False\n) -> None\n```")
:range
(:start
(:line 4 :character 4)
:end
(:line 4 :character 9))))
[server-reply] (id:5) Thu Jul 6 01:15:57 2023:
(:jsonrpc "2.0" :id 5 :result nil)
[client-request] (id:6) Thu Jul 6 01:16:38 2023:
(:jsonrpc "2.0" :id 6 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 8)))
[client-request] (id:7) Thu Jul 6 01:16:38 2023:
(:jsonrpc "2.0" :id 7 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 8)))
[server-reply] (id:6) Thu Jul 6 01:16:38 2023:
(:jsonrpc "2.0" :id 6 :result nil)
[server-reply] (id:7) Thu Jul 6 01:16:38 2023:
(:jsonrpc "2.0" :id 7 :result nil)
[internal] (id:8) Thu Jul 6 01:16:39 2023:
(:deferring :textDocument/hover :id 8 :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 9)))
[internal] (id:9) Thu Jul 6 01:16:39 2023:
(:deferring :textDocument/signatureHelp :id 9 :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 9)))
[client-notification] Thu Jul 6 01:16:39 2023:
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 1)
:contentChanges
[(:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 8))
:rangeLength 0 :text "i")]))
[internal] Thu Jul 6 01:16:39 2023:
(:maybe-run-deferred
(8 9))
[client-request] (id:8) Thu Jul 6 01:16:39 2023:
(:jsonrpc "2.0" :id 8 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 9)))
[client-request] (id:9) Thu Jul 6 01:16:39 2023:
(:jsonrpc "2.0" :id 9 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 9)))
[server-reply] (id:8) Thu Jul 6 01:16:39 2023:
(:jsonrpc "2.0" :id 8 :result
(:contents
(:kind "markdown" :value "```python\n(parameter) i: Unknown\n```")
:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 9))))
[server-reply] (id:9) Thu Jul 6 01:16:39 2023:
(:jsonrpc "2.0" :id 9 :result nil)
[server-notification] Thu Jul 6 01:16:39 2023:
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 1 :diagnostics
[(:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 9))
:message "\"i\" is not accessed" :severity 4 :source "Pyright" :tags
[1])]))
[client-notification] Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 5)
:contentChanges
[(:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 9))
:rangeLength 1 :text "")
(:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 8))
:rangeLength 0 :text "o")
(:range
(:start
(:line 3 :character 9)
:end
(:line 3 :character 9))
:rangeLength 0 :text "n")
(:range
(:start
(:line 3 :character 10)
:end
(:line 3 :character 10))
:rangeLength 0 :text "e")]))
[client-request] (id:10) Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :id 10 :method "textDocument/completion" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 11)
:context
(:triggerKind 1)))
[server-reply] (id:10) Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :id 10 :result
(:items
[]
:isIncomplete t))
[server-notification] Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 5 :diagnostics
[(:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 11))
:message "\"one\" is not accessed" :severity 4 :source "Pyright" :tags
[1])]))
[client-request] (id:11) Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :id 11 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 11)))
[client-request] (id:12) Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :id 12 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 11)))
[server-reply] (id:11) Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :id 11 :result
(:contents
(:kind "markdown" :value "```python\n(parameter) one: Unknown\n```")
:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 11))))
[server-reply] (id:12) Thu Jul 6 01:16:40 2023:
(:jsonrpc "2.0" :id 12 :result nil)
[client-notification] Thu Jul 6 01:16:41 2023:
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 10)
:contentChanges
[(:range
(:start
(:line 3 :character 11)
:end
(:line 3 :character 11))
:rangeLength 0 :text ":")
(:range
(:start
(:line 3 :character 12)
:end
(:line 3 :character 12))
:rangeLength 0 :text " ")
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 13))
:rangeLength 0 :text "s")
(:range
(:start
(:line 3 :character 14)
:end
(:line 3 :character 14))
:rangeLength 0 :text "t")
(:range
(:start
(:line 3 :character 15)
:end
(:line 3 :character 15))
:rangeLength 0 :text "r")]))
[client-request] (id:13) Thu Jul 6 01:16:41 2023:
(:jsonrpc "2.0" :id 13 :method "textDocument/completion" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 16)
:context
(:triggerKind 1)))
[server-reply] (id:13) Thu Jul 6 01:16:41 2023:
(:jsonrpc "2.0" :id 13 :result
(:items
[(:label "str" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "str")
:sortText "09.9999.str")
(:label "hasattr" :kind 3 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "hasattr")
:sortText "09.9999.hasattr")
(:label "setattr" :kind 3 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "setattr")
:sortText "09.9999.setattr")
(:label "StopIteration" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "StopIteration")
:sortText "09.9999.StopIteration")
(:label "AssertionError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "AssertionError")
:sortText "09.9999.AssertionError")
(:label "StopAsyncIteration" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "StopAsyncIteration")
:sortText "09.9999.StopAsyncIteration")
(:label "SyntaxError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "SyntaxError")
:sortText "09.9999.SyntaxError")
(:label "SystemError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "SystemError")
:sortText "09.9999.SystemError")
(:label "ConnectionResetError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "ConnectionResetError")
:sortText "09.9999.ConnectionResetError")
(:label "FileExistsError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "FileExistsError")
:sortText "09.9999.FileExistsError")
(:label "IsADirectoryError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "IsADirectoryError")
:sortText "09.9999.IsADirectoryError")
(:label "UnicodeTranslateError" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "UnicodeTranslateError")
:sortText "09.9999.UnicodeTranslateError")
(:label "SyntaxWarning" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "SyntaxWarning")
:sortText "09.9999.SyntaxWarning")
(:label "BaseExceptionGroup" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:funcParensDisabled t :symbolLabel "BaseExceptionGroup")
:sortText "09.9999.BaseExceptionGroup")
(:label "SupportsDunderLT" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsDunderLT" :symbolLabel "SupportsDunderLT")
:sortText "12.9999.SupportsDunderLT.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsDunderLT")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsDunderLT")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsDunderLT\n\n\n")])
(:label "SupportsDunderGT" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsDunderGT" :symbolLabel "SupportsDunderGT")
:sortText "12.9999.SupportsDunderGT.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsDunderGT")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsDunderGT")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsDunderGT\n\n\n")])
(:label "SupportsDunderLE" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsDunderLE" :symbolLabel "SupportsDunderLE")
:sortText "12.9999.SupportsDunderLE.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsDunderLE")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsDunderLE")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsDunderLE\n\n\n")])
(:label "SupportsDunderGE" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsDunderGE" :symbolLabel "SupportsDunderGE")
:sortText "12.9999.SupportsDunderGE.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsDunderGE")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsDunderGE")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsDunderGE\n\n\n")])
(:label "SupportsAllComparisons" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsAllComparisons" :symbolLabel "SupportsAllComparisons")
:sortText "12.9999.SupportsAllComparisons.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsAllComparisons")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsAllComparisons")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsAllComparisons\n\n\n")])
(:label "SupportsRichComparison" :kind 6 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsRichComparison" :symbolLabel "SupportsRichComparison")
:sortText "12.9999.SupportsRichComparison.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsRichComparison")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRichComparison")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsRichComparison\n\n\n")])
(:label "SupportsRichComparisonT" :kind 6 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsRichComparisonT" :symbolLabel "SupportsRichComparisonT")
:sortText "12.9999.SupportsRichComparisonT.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsRichComparisonT")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRichComparisonT")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsRichComparisonT\n\n\n")])
(:label "SupportsRAdd" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsRAdd" :symbolLabel "SupportsRAdd")
:sortText "12.9999.SupportsRAdd.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsRAdd")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRAdd")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsRAdd\n\n\n")])
(:label "SupportsRSub" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsRSub" :symbolLabel "SupportsRSub")
:sortText "12.9999.SupportsRSub.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsRSub")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRSub")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsRSub\n\n\n")])
(:label "SupportsRDivMod" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsRDivMod" :symbolLabel "SupportsRDivMod")
:sortText "12.9999.SupportsRDivMod.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsRDivMod")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRDivMod")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsRDivMod\n\n\n")])
(:label "SupportsIter" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsIter" :symbolLabel "SupportsIter")
:sortText "12.9999.SupportsIter.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsIter")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsIter")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsIter\n\n\n")])
(:label "SupportsAiter" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsAiter" :symbolLabel "SupportsAiter")
:sortText "12.9999.SupportsAiter.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsAiter")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsAiter")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsAiter\n\n\n")])
(:label "SupportsTrunc" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsTrunc" :symbolLabel "SupportsTrunc")
:sortText "12.9999.SupportsTrunc.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsTrunc")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsTrunc")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsTrunc\n\n\n")])
(:label "StrPath" :kind 6 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import StrPath" :symbolLabel "StrPath")
:sortText "12.9999.StrPath.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import StrPath")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "StrPath")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import StrPath\n\n\n")])
(:label "StrOrBytesPath" :kind 6 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import StrOrBytesPath" :symbolLabel "StrOrBytesPath")
:sortText "12.9999.StrOrBytesPath.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import StrOrBytesPath")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "StrOrBytesPath")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import StrOrBytesPath\n\n\n")])
(:label "SupportsRead" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsRead" :symbolLabel "SupportsRead")
:sortText "12.9999.SupportsRead.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsRead")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRead")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsRead\n\n\n")])
(:label "SupportsReadline" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsReadline" :symbolLabel "SupportsReadline")
:sortText "12.9999.SupportsReadline.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsReadline")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsReadline")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsReadline\n\n\n")])
(:label "SupportsNoArgReadline" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsNoArgReadline" :symbolLabel "SupportsNoArgReadline")
:sortText "12.9999.SupportsNoArgReadline.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsNoArgReadline")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsNoArgReadline")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsNoArgReadline\n\n\n")])
(:label "SupportsWrite" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import SupportsWrite" :symbolLabel "SupportsWrite")
:sortText "12.9999.SupportsWrite.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import SupportsWrite")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsWrite")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import SupportsWrite\n\n\n")])
(:label "structseq" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import structseq" :symbolLabel "structseq")
:sortText "12.9999.structseq.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import structseq")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "structseq")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import structseq\n\n\n")])
(:label "StrOrLiteralStr" :kind 6 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from _typeshed import StrOrLiteralStr" :symbolLabel "StrOrLiteralStr")
:sortText "12.9999.StrOrLiteralStr.09._typeshed" :detail "Auto-import" :labelDetails
(:description "_typeshed")
:documentation
(:kind "plaintext" :value "from _typeshed import StrOrLiteralStr")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "StrOrLiteralStr")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from _typeshed import StrOrLiteralStr\n\n\n")])
(:label "SupportsRound" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from typing import SupportsRound" :symbolLabel "SupportsRound")
:sortText "12.9999.SupportsRound.06.typing" :detail "Auto-import" :labelDetails
(:description "typing")
:documentation
(:kind "plaintext" :value "from typing import SupportsRound")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "SupportsRound")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from typing import SupportsRound\n\n\n")])
(:label "StrictTypeGuard" :kind 7 :data
(:workspacePath "/home/user/path/to/project/python/sample" :filePath "/home/user/path/to/project/python/sample/sample/one.py" :position
(:line 3 :character 16)
:autoImportText "from typing_extensions import StrictTypeGuard" :symbolLabel "StrictTypeGuard")
:sortText "12.9999.StrictTypeGuard.17.typing_extensions" :detail "Auto-import" :labelDetails
(:description "typing_extensions")
:documentation
(:kind "plaintext" :value "from typing_extensions import StrictTypeGuard")
:textEdit
(:range
(:start
(:line 3 :character 13)
:end
(:line 3 :character 16))
:newText "StrictTypeGuard")
:additionalTextEdits
[(:range
(:start
(:line 3 :character 0)
:end
(:line 3 :character 0))
:newText "from typing_extensions import StrictTypeGuard\n\n\n")])]
:isIncomplete t))
[server-notification] Thu Jul 6 01:16:42 2023:
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :version 10 :diagnostics
[(:range
(:start
(:line 3 :character 8)
:end
(:line 3 :character 11))
:message "\"one\" is not accessed" :severity 4 :source "Pyright" :tags
[1])]))
[client-notification] Thu Jul 6 01:16:43 2023:
(:jsonrpc "2.0" :method "workspace/didChangeWatchedFiles" :params
(:changes
[(:uri "file:///home/user/path/to/project/python/sample/sample/one.py" :type 2)]))
[client-request] (id:14) Thu Jul 6 01:16:43 2023:
(:jsonrpc "2.0" :id 14 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 13)))
[client-request] (id:15) Thu Jul 6 01:16:43 2023:
(:jsonrpc "2.0" :id 15 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 13)))
[server-reply] (id:14) Thu Jul 6 01:16:43 2023:
(:jsonrpc "2.0" :id 14 :result nil)
[server-reply] (id:15) Thu Jul 6 01:16:43 2023:
(:jsonrpc "2.0" :id 15 :result
(:signatures
[(:label "(*values: object, sep: str | None = \" \", end: str | None = \"\\n\", file: SupportsWrite[str] | None = None, flush: Literal[False] = False) -> None" :parameters
[(:label
[1 16])
(:label
[18 39])
(:label
[41 63])
(:label
[65 103])
(:label
[105 134])]
:activeParameter 0)
(:label "(*values: object, sep: str | None = \" \", end: str | None = \"\\n\", file: _SupportsWriteAndFlush[str] | None = None, flush: bool) -> None" :parameters
[(:label
[1 16])
(:label
[18 39])
(:label
[41 63])
(:label
[65 112])
(:label
[114 125])]
:activeParameter 0)]
:activeSignature 0 :activeParameter 5))
[client-request] (id:16) Thu Jul 6 01:16:44 2023:
(:jsonrpc "2.0" :id 16 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 12)))
[client-request] (id:17) Thu Jul 6 01:16:44 2023:
(:jsonrpc "2.0" :id 17 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 12)))
[server-reply] (id:16) Thu Jul 6 01:16:44 2023:
(:jsonrpc "2.0" :id 16 :result nil)
[server-reply] (id:17) Thu Jul 6 01:16:44 2023:
(:jsonrpc "2.0" :id 17 :result
(:signatures
[(:label "(*values: object, sep: str | None = \" \", end: str | None = \"\\n\", file: SupportsWrite[str] | None = None, flush: Literal[False] = False) -> None" :parameters
[(:label
[1 16])
(:label
[18 39])
(:label
[41 63])
(:label
[65 103])
(:label
[105 134])]
:activeParameter 0)
(:label "(*values: object, sep: str | None = \" \", end: str | None = \"\\n\", file: _SupportsWriteAndFlush[str] | None = None, flush: bool) -> None" :parameters
[(:label
[1 16])
(:label
[18 39])
(:label
[41 63])
(:label
[65 112])
(:label
[114 125])]
:activeParameter 0)]
:activeSignature 0 :activeParameter 5))
[client-request] (id:18) Thu Jul 6 01:16:46 2023:
(:jsonrpc "2.0" :id 18 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 6)))
[client-request] (id:19) Thu Jul 6 01:16:46 2023:
(:jsonrpc "2.0" :id 19 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 4 :character 6)))
[server-reply] (id:18) Thu Jul 6 01:16:46 2023:
(:jsonrpc "2.0" :id 18 :result
(:contents
(:kind "markdown" :value "```python\n(function) def print(\n *values: object,\n sep: str | None = \" \",\n end: str | None = \"\\n\",\n file: SupportsWrite[str] | None = None,\n flush: Literal[False] = False\n) -> None\n```")
:range
(:start
(:line 4 :character 4)
:end
(:line 4 :character 9))))
[server-reply] (id:19) Thu Jul 6 01:16:46 2023:
(:jsonrpc "2.0" :id 19 :result nil)
[internal] (id:8) Thu Jul 6 01:16:49 2023:
(:timed-out :textDocument/hover :id 8 :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 9)))
[internal] (id:9) Thu Jul 6 01:16:49 2023:
(:timed-out :textDocument/signatureHelp :id 9 :params
(:textDocument
(:uri "file:///home/user/path/to/project/python/sample/sample/one.py")
:position
(:line 3 :character 9)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment