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

Method append

data/demjson.py:2253–2255  ·  view source on GitHub ↗

Adds a string to the end of the current JSON document

(self, s)

Source from the content-addressed store, hash-verified

2251 other_state.chunks = []
2252
2253 def append(self, s):
2254 """Adds a string to the end of the current JSON document"""
2255 self.chunks.append(s)
2256
2257 def combine(self):
2258 """Returns the accumulated string and resets the state to empty"""

Callers 15

runFunction · 0.80
ths_concept_name_codeFunction · 0.80
stock_holder_top10Function · 0.80
stock_holder_numFunction · 0.80
runFunction · 0.80
company_indicatorFunction · 0.80
stock_billboardFunction · 0.80
fund_data_singleFunction · 0.80
fund_codeFunction · 0.80
fund_positionFunction · 0.80
startFunction · 0.80
bond_info_allFunction · 0.80

Calls

no outgoing calls

Tested by 1

trade_indicatorsFunction · 0.64