Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
def
sdf2(f):
41
def
wrapper(*args, **kwargs):
Callers
7
render.py
File · 0.45
box
Function · 0.45
lid
Function · 0.45
pawn.py
File · 0.45
weave.py
File · 0.45
knurling.py
File · 0.45
gearlike.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected