mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-03 10:04:22 +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):
|
||||
"""
|
||||
TODO this is not public, yet.
|
||||
The returned code will be normalized, e.g. PEP8 for Python.
|
||||
"""
|
||||
normalizer = self._get_normalizer(normalizer_config)
|
||||
|
||||
Reference in New Issue
Block a user