MCPcopy Index your code
hub / github.com/QuantFans/quantdigger / path_name

Function path_name

quantdigger/kernel/datasource/data.py:285–286  ·  view source on GitHub ↗
(fname)

Source from the content-addressed store, hash-verified

283def load_datas(n, intraday, *fnames):
284 """ 根据文件列表,返回结果列表. """
285 def path_name(fname):
286 return "".join([home, "trace/", fname, ".csv" ])
287 datas = []
288 stock_dir=home + "stock_data/"
289

Callers 2

load_datasFunction · 0.85
load_tradeinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected