Method: pylint.config.argument._path_transformer
Calls: 133266, Exceptions: 0, Paths: 1Back
Path 1: 133266 calls (1.0)
'' (133236) '.pyenchant_pylint_custom_dict.txt' (18) '/private/var/folders/yp/qx0crmvd4sbck7chb52sws500000gn/T/pytest-of-andrehora/pytest-178/test_cla...
'' (133236) '.pyenchant_pylint_custom_dict.txt' (18) '/private/var/folders/yp/qx0crmvd4sbck7chb52sws500000gn/T/pytest-of-andrehora/pytest-178/test_cla...
1def _path_transformer(value: str) -> str:
2 """Expand user and variables in a path."""
3 return os.path.expandvars(os.path.expanduser(value))