mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
add empty line to docstring.
This commit is contained in:
commit
1979ef619d
1 changed files with 1 additions and 0 deletions
|
|
@ -787,6 +787,7 @@ class ScopeProvider(BatchableMetadataProvider[Optional[Scope]]):
|
|||
more advanced static analysis. E.g. given a :class:`~libcst.FunctionDef`
|
||||
node, we can check the type of its Scope to figure out whether it is a class method
|
||||
(:class:`ClassScope`) or a regular function (:class:`GlobalScope`).
|
||||
|
||||
Scope metadata is available for most node types other than formatting information nodes
|
||||
(whitespace, parentheses, etc.).
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue