Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/point-e
/ clear_socket_input
Function
clear_socket_input
point_e/evals/scripts/blender_script.py:274–277 ·
view source on GitHub ↗
(tree, socket)
Source
from the content-addressed store, hash-verified
272
273
274
def
clear_socket_input(tree, socket):
275
for
link in list(tree.links):
276
if
link.to_socket == socket:
277
tree.links.remove(link)
278
279
280
def
set_socket_value(tree, socket, socket_and_default):
Callers
1
set_socket_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected