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

Method k

sdf/d2.py:36–38  ·  view source on GitHub ↗
(self, k=None)

Source from the content-addressed store, hash-verified

34 def __sub__(self, other):
35 return difference(self, other)
36 def k(self, k=None):
37 self._k = k
38 return self
39
40def sdf2(f):
41 def wrapper(*args, **kwargs):

Callers 7

render.pyFile · 0.45
boxFunction · 0.45
lidFunction · 0.45
pawn.pyFile · 0.45
weave.pyFile · 0.45
knurling.pyFile · 0.45
gearlike.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected