Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Object
Class
Object
recipes/Python/189972_Zip_and_Pickle/recipe-189972.py:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
import
os.path
40
41
class
Object:
42
x = 7
43
y =
"This is an object."
44
45
filename = sys.argv[1]
46
if
os.path.isfile(filename):
Callers
1
recipe-189972.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected