mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Move the utility function parse to the __init__ script.
This commit is contained in:
@@ -6,7 +6,7 @@ from parso._compatibility import py_version
|
||||
from parso.utils import splitlines
|
||||
from parso.token import NAME, OP, NEWLINE, STRING, INDENT, ERRORTOKEN, ENDMARKER
|
||||
from parso import tokenize
|
||||
from parso.python import parse
|
||||
from parso import parse
|
||||
from parso.tokenize import TokenInfo
|
||||
|
||||
def _get_token_list(string):
|
||||
|
||||
Reference in New Issue
Block a user