Home
last modified time | relevance | path

Searched refs:unindent_code (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-ptpython/ptpython-3.0.20/ptpython/
H A Dvalidator.py3 from .utils import unindent_code
23 text = unindent_code(document.text)
H A Dutils.py164 def unindent_code(text: str) -> str: function
H A Dpython_input.py72 from .utils import unindent_code
1055 result = unindent_code(result)