Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ append_layer
Method
append_layer
graphlearn/python/data/values.py:750–753 ·
view source on GitHub ↗
Append a `Layer` to layers
(self, layer)
Source
from the content-addressed store, hash-verified
748
raise
ValueError(
"layer id beyond the layers length."
)
749
750
def
append_layer(self, layer):
751
""
" Append a `Layer` to layers
752
""
"
753
self.layers.append(layer)
754
755
756
class
Layer(object):
Callers
2
get
Method · 0.95
get
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected