Buckets:

glennmatlin's picture
download
raw
455 Bytes
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.