MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / chan

Method chan

python/ironkernel/_facade.py:124–125  ·  view source on GitHub ↗
(self, capacity: int)

Source from the content-addressed store, hash-verified

122 return self._backend.go(spec, *args, out=out, **kwargs)
123
124 def chan(self, capacity: int) -> Channel:
125 return self._backend.chan(capacity)
126
127
128kernel = KernelFacade()

Calls

no outgoing calls