HCAI-Lab/w2-consensus-deepdive-unlearning-artifacts / pyright_venv /lib /python3.9 /site-packages /setuptools /_distutils /py35compat.py
| import sys | |
| import subprocess | |
| def __optim_args_from_interpreter_flags(): | |
| """Return a list of command-line arguments reproducing the current | |
| optimization settings in sys.flags.""" | |
| args = [] | |
| value = sys.flags.optimize | |
| if value > 0: | |
| args.append("-" + "O" * value) | |
| return args | |
| _optim_args_from_interpreter_flags = getattr( | |
| subprocess, | |
| "_optim_args_from_interpreter_flags", | |
| __optim_args_from_interpreter_flags, | |
| ) | |
Xet Storage Details
- Size:
- 455 Bytes
- Xet hash:
- ef7e834f62dc5c686a35a2282db68b907a72036320cb35f347803a3ccfbfedfe
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.