PHP 8.2.30
Preview: settings.py Size: 630 B
/proc/thread-self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/dill/settings.py

#!/usr/bin/env python
#
# Author: Mike McKerns (mmckerns @caltech and @uqfoundation)
# Copyright (c) 2008-2016 California Institute of Technology.
# Copyright (c) 2016-2023 The Uncertainty Quantification Foundation.
# License: 3-clause BSD.  The full license text is available at:
#  - https://github.com/uqfoundation/dill/blob/master/LICENSE
"""
global settings for Pickler
"""

from pickle import DEFAULT_PROTOCOL

settings = {
   #'main' : None,
    'protocol' : DEFAULT_PROTOCOL,
    'byref' : False,
   #'strictio' : False,
    'fmode' : 0, #HANDLE_FMODE
    'recurse' : False,
    'ignore' : False,
}

del DEFAULT_PROTOCOL

Directory Contents

Dirs: 2 × Files: 14

Name Size Perms Modified Actions
tests DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
10.83 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
10.82 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
736 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.36 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
22.97 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
630 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
44.06 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
7.84 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
85.69 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
18.97 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.48 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.98 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
10.36 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.71 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).