mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-25 11:07:38 +08:00
Not in docstring that the normalize method is not public, yet.
This commit is contained in:
@@ -164,6 +164,7 @@ class NodeOrLeaf(object):
|
|||||||
|
|
||||||
def _will_be_normalize(self, normalizer_config=None):
|
def _will_be_normalize(self, normalizer_config=None):
|
||||||
"""
|
"""
|
||||||
|
TODO this is not public, yet.
|
||||||
The returned code will be normalized, e.g. PEP8 for Python.
|
The returned code will be normalized, e.g. PEP8 for Python.
|
||||||
"""
|
"""
|
||||||
normalizer = self._get_normalizer(normalizer_config)
|
normalizer = self._get_normalizer(normalizer_config)
|
||||||
|
|||||||
Reference in New Issue
Block a user