pyright/docs
2021-10-22 23:17:29 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Clarified directory for tests 2021-10-12 00:10:29 -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 Added "--skipunannotated" option for command-line version of pyright. If specified, pyright skips type analysis of functions and methods that have no parameter or return type annotations. Return types of functions are also never inferred from the function implementation. This matches the default behavior of mypy and allows for more efficient analysis of complex code bases that are only partially annotated. 2021-10-22 23:17:29 -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 documentation for pythonPlatform to include "All". 2021-10-15 09:43:28 -07: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 guard pattern: x[I] is None and x[I] is not None where x is a tuple or union of tuples with known lengths and entry types and I is an integer. 2021-10-06 22:48:14 -07:00
type-inference.md Ambiguous tuples become as specific as possible. (#2291) 2021-09-10 12:27:42 -07:00
type-stubs.md Fix typo in import (#1476) 2021-02-12 07:03:58 -08:00
typed-libraries.md Made a few small improvements to the documentation. 2021-09-26 12:10:05 -07:00