def _remove_pct_symbol()
in
ptr.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def _remove_pct_symbol(pct_str: str) -> str: return pct_str.strip().replace("%", "")