uawdijnntqw1x1x1
IP : 216.73.216.207
Hostname : server86.web-hosting.com
Kernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
.
/
..
/
usr
/
lib64
/
pgsql
/
..
/
python3.8
/
lib2to3
/
fixes
/
fix_basestring.py
/
/
"""Fixer for basestring -> str.""" # Author: Christian Heimes # Local imports from .. import fixer_base from ..fixer_util import Name class FixBasestring(fixer_base.BaseFix): BM_compatible = True PATTERN = "'basestring'" def transform(self, node, results): return Name("str", prefix=node.prefix)
/home/./../usr/lib64/pgsql/../python3.8/lib2to3/fixes/fix_basestring.py