MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / __init__

Method __init__

common/wrapper.py:121–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119class MyClass:
120
121 def __init__(self):
122 print('inputs:')
123 self.sc_number = 3
124 results = self.my_function()
125 print('results [mode=each]:')
126 print(results)
127
128 @self_consistency(5, keys=['name', 'age', 'city'], mode='each')
129 def my_function(self):

Callers

nothing calls this directly

Calls 1

my_functionMethod · 0.95

Tested by

no test coverage detected