mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-12 02:42:49 +08:00
Make normalize private for now.
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ class NodeOrLeaf(object):
|
|||||||
"there's no default normalizer for this tree.")
|
"there's no default normalizer for this tree.")
|
||||||
return normalizer_config.create_normalizer()
|
return normalizer_config.create_normalizer()
|
||||||
|
|
||||||
def normalize(self, normalizer_config=None):
|
def _will_be_normalize(self, normalizer_config=None):
|
||||||
"""
|
"""
|
||||||
The returned code will be normalized, e.g. PEP8 for Python.
|
The returned code will be normalized, e.g. PEP8 for Python.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user