Buckets:
MisterAI/LocalAI_Demo_backends / cpu-diffusers.upgrade-tmp /python /lib /python3.10 /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) | |
Xet Storage Details
- Size:
- 320 Bytes
- Xet hash:
- 7314f714d2b207be77cc705b893cfa7fd70a65ccf308a3827521bdb549acc6cc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.