mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-09 13:02:38 +08:00
Better documentation of issues.
This commit is contained in:
@@ -25,7 +25,6 @@ Typically if you want to work with one specific Python version, use:
|
||||
|
||||
.. autofunction:: parso.load_grammar
|
||||
|
||||
|
||||
Grammar methods
|
||||
---------------
|
||||
|
||||
@@ -37,6 +36,17 @@ issues in it:
|
||||
:undoc-members:
|
||||
|
||||
|
||||
Error Retrieval
|
||||
---------------
|
||||
|
||||
|parso| is able to find multiple errors in your source code. Iterating through
|
||||
those errors yields the following instances:
|
||||
|
||||
.. autoclass:: parso.normalizer.Issue
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
|
||||
Utility
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user