MCPcopy
hub / github.com/tkfy920/qstock / copy

Method copy

data/demjson.py:3087–3090  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3085 raise ValueError("Unknown keyword argument %r to initialize %s" % (kw, self.__class__.__name__))
3086
3087 def copy(self):
3088 other = self.__class__()
3089 other.copy_from(self)
3090 return other
3091
3092 def copy_from(self, other):
3093 if self is other:

Callers 15

plot_north_moneyFunction · 0.45
plot_ichimokuFunction · 0.45
Heikin_AshiFunction · 0.45
klineFunction · 0.45
save_positionMethod · 0.45
positionMethod · 0.45
copy_fromMethod · 0.45
__init__Method · 0.45
decode_stringMethod · 0.45
decodeFunction · 0.45
_lintcheck_dataMethod · 0.45
indicator_scoreFunction · 0.45

Calls 1

copy_fromMethod · 0.80

Tested by 3

start_backtestFunction · 0.36
North_StrategyFunction · 0.36
TT_strategyFunction · 0.36