MCPcopy Index your code
hub / github.com/fogleman/sdf / save

Method save

sdf/d3.py:43–44  ·  view source on GitHub ↗
(self, path, *args, **kwargs)

Source from the content-addressed store, hash-verified

41 def generate(self, *args, **kwargs):
42 return core.generate(self, *args, **kwargs)
43 def save(self, path, *args, **kwargs):
44 return core.save(path, self, *args, **kwargs)
45 def show_slice(self, *args, **kwargs):
46 return core.show_slice(self, *args, **kwargs)
47

Callers 11

generateFunction · 0.80
text.pyFile · 0.80
image.pyFile · 0.80
example.pyFile · 0.80
pawn.pyFile · 0.80
weave.pyFile · 0.80
blobby.pyFile · 0.80
mainFunction · 0.80
knurling.pyFile · 0.80
gearlike.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected