feat: cleanup
This commit is contained in:
parent
ce6633d9db
commit
4babda7805
@ -581,6 +581,7 @@ def dump(key):
|
|||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
def dump_datablock(datablock, depth):
|
def dump_datablock(datablock, depth):
|
||||||
if datablock:
|
if datablock:
|
||||||
dumper = dump_anything.Dumper()
|
dumper = dump_anything.Dumper()
|
||||||
@ -593,6 +594,7 @@ def dump_datablock(datablock, depth):
|
|||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
def dump_datablock_attibute(datablock=None, attributes=[], depth=1, dickt=None):
|
def dump_datablock_attibute(datablock=None, attributes=[], depth=1, dickt=None):
|
||||||
if datablock:
|
if datablock:
|
||||||
dumper = dump_anything.Dumper()
|
dumper = dump_anything.Dumper()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user