This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
python-benedict
mirror of
https://github.com/fabiocaccamo/python-benedict.git
Watch
1
Star
1
Fork
You've already forked python-benedict
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
78c20ca2ce
python-benedict
/
benedict
/
core
/
clone.py
8 lines
81 B
Python
Raw
Blame
History
# -*- coding: utf-8 -*-
import
copy
def
clone
(
d
)
:
return
copy
.
deepcopy
(
d
)
Reference in New Issue
View Git Blame
Copy Permalink