MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __init__

Method __init__

code2flow/engine.py:55–57  ·  view source on GitHub ↗
(self, source_type='script', ruby_version='27')

Source from the content-addressed store, hash-verified

53 Shallow structure to make storing language-specific parameters cleaner
54 """
55 def __init__(self, source_type='script', ruby_version='27'):
56 self.source_type = source_type
57 self.ruby_version = ruby_version
58
59
60class SubsetParams():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected