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

Class ChannelBuilder

2a_builder_pattern/python/default_args.py:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class ChannelBuilder:
24 def __init__(self):
25 self.token = 0
26 self.special_info = '42'
27
28 def build(self):
29 return Channel(self.token, self.special_info)
30
31
32if __name__ == '__main__':

Callers 1

default_args.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected