Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > > > site-packages > dill
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
tests | Directory | - | - | |
__diff.py | File | 7143 bytes | April 17 2025 13:10:59. | |
__info__.py | File | 10612 bytes | April 17 2025 13:10:59. | |
__init__.py | File | 3798 bytes | April 17 2025 13:10:59. | |
_dill.py | File | 87748 bytes | April 17 2025 13:10:59. | |
_objects.py | File | 19423 bytes | April 17 2025 13:10:59. | |
_shims.py | File | 6635 bytes | April 17 2025 13:10:59. | |
detect.py | File | 11091 bytes | April 17 2025 13:10:59. | |
logger.py | File | 11084 bytes | April 17 2025 13:10:59. | |
objtypes.py | File | 736 bytes | April 17 2025 13:10:59. | |
pointers.py | File | 4467 bytes | April 17 2025 13:10:59. | |
session.py | File | 23525 bytes | April 17 2025 13:10:59. | |
settings.py | File | 630 bytes | April 17 2025 13:10:59. | |
source.py | File | 45121 bytes | April 17 2025 13:10:59. | |
temp.py | File | 8027 bytes | April 17 2025 13:10:59. |
#!/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
SILENT KILLER Tool