|
This has the same file format "pkl" as the python module called pickle. I'm confused 😕 Or has it been already integrated with Python years back already? Sending help. |
Answered by
bioball
Feb 12, 2024
Replies: 1 comment 2 replies
|
Yes, this is not the same thing as Python's pickle. Python's pickle is about serializing/deserializing Python objects, and our is a configuration language. Our file extension ( |
2 replies
Answer selected by
taehalim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is not the same thing as Python's pickle. Python's pickle is about serializing/deserializing Python objects, and our is a configuration language.
Our file extension (
.pkl) can conflict, although as far as I'm aware, that's due to convention. Python's pickle files don't have an extension, and I've seen.p,.pkl, and.picklein the wild.