~ K    A     L    I ~
UNAME : Linux web64.extendcp.co.uk 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64
SERVER IP : 10.0.187.64 -________- CLIENT IP : 216.73.216.186
PATH :/lib64/python3.8/lib2to3/fixes/
UP FILE :
MINI SHELL D ZAB '
Current File : //lib64/python3.8/lib2to3/fixes/fix_getcwdu.py
"""
Fixer that changes os.getcwdu() to os.getcwd().
"""
# Author: Victor Stinner

# Local imports
from .. import fixer_base
from ..fixer_util import Name

class FixGetcwdu(fixer_base.BaseFix):
    BM_compatible = True

    PATTERN = """
              power< 'os' trailer< dot='.' name='getcwdu' > any* >
              """

    def transform(self, node, results):
        name = results["name"]
        name.replace(Name("getcwd", prefix=name.prefix))
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com