Added
ByteSpanPositionProvider
provides start offset and length of CSTNode as metadata.get_docstring
helper provides docstring fromModule
,ClassDef
andFunctionDef
node types.
Updated
- Optimized
ScopeProvider
performance to run faster and use less memory:- remove unnecessary
Assignment
of keywordArg
. - don't provide scope object for formatting information nodes.
- batch set union updates in
infer_accesses
step.
- remove unnecessary
Fixed
- Fixed
_assignments
mutation when calling read-onlyScope.get_qualified_names_for
and__contains__
.