MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / create_node

Method create_node

masfactory/components/graphs/base_graph.py:62–62  ·  view source on GitHub ↗
(self, cls: type[T], *args, **kwargs)

Source from the content-addressed store, hash-verified

60
61 @overload
62 def create_node(self, cls: type[T], *args, **kwargs) -> T: ...
63
64 @overload
65 def create_node(self, cls: NodeTemplate[T], *args, **kwargs) -> T: ...

Callers 15

buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80

Calls 3

validate_nameFunction · 0.90
_materializeMethod · 0.80
_set_ownerMethod · 0.80

Tested by

no test coverage detected