pyright/docs
2021-08-06 23:17:21 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Fixed documentation for building pyright. 2020-10-02 11:00:26 -07:00
ci-integration.md Updated git hook to refer to a more recent version of pyright. 2021-01-03 16:11:16 -08:00
command-line.md Update command-line.md to emphazise flags with arguments (#1980) 2021-06-12 09:20:57 -07:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00
configuration.md Updated docs for reportUnsupportedDunderAll. 2021-07-17 09:41:29 -06:00
getting-started.md In basic type checking mode, enabled the following diagnostic checks by default: reportOptionalSubscript, reportOptionalMemberAccess, reportOptionalCall, reportOptionalIterable, reportOptionalContextManager, and reportOptionalOperand. 2021-06-16 18:43:58 -07:00
import-resolution.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
internals.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
settings.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
type-concepts.md Added support for new type narrowing pattern for discriminating among tuples. The pattern is V[I] == L or V[I] != L where I is an integer literal, L is another literal value, V is a tuple with a known length and a type at index I that is declared as a literal type. 2021-08-06 23:17:21 -07:00
type-inference.md Added configuration option "strictSetInference" which is analogous to "strictListInference" and "strictDictionaryInference" but specifically for set expressions. 2021-04-03 08:35:40 -07:00
type-stubs.md Fix typo in import (#1476) 2021-02-12 07:03:58 -08:00
typed-libraries.md Took another swing at making the markdown processor in github do what I want in the typed-libraries documentation. 2021-06-22 10:01:50 -07:00