MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Channel

Class Channel

2a_builder_pattern/python/default_args.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17@dataclass
18class Channel:
19 token: int = 0
20 special_info: str = ''
21
22
23class ChannelBuilder:

Callers 2

buildMethod · 0.70
default_args.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected