MCPcopy Create free account
hub / github.com/Bytez-com/docs / __init__

Method __init__

sdk/python/bytez/main.py:25–26  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

23 """A helper class to expose list functions under `bytez.list`."""
24
25 def __init__(self, parent):
26 self._parent = parent # Store reference to the main Bytez instance
27
28 def models(self, options: Optional[Dict[str, str]] = None):
29 """Lists available models and provides basic information about each."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected