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
d82930add0
python-benedict
/
benedict
/
core
/
clone.py
8 lines
85 B
Python
Raw
Blame
History
# -*- coding: utf-8 -*-
import
copy
def
clone
(
obj
)
:
return
copy
.
deepcopy
(
obj
)
Reference in New Issue
View Git Blame
Copy Permalink