MCPcopy
hub / github.com/microsoft/qlib / normalize_uri_args

Method normalize_uri_args

qlib/data/cache.py:480–486  ·  view source on GitHub ↗

normalize uri args

(instruments, fields, freq)

Source from the content-addressed store, hash-verified

478
479 @staticmethod
480 def normalize_uri_args(instruments, fields, freq):
481 """normalize uri args"""
482 instruments = normalize_cache_instruments(instruments)
483 fields = normalize_cache_fields(fields)
484 freq = freq.lower()
485
486 return instruments, fields, freq
487
488
489class DiskExpressionCache(ExpressionCache):

Callers 3

_uriMethod · 0.80
_uriMethod · 0.80
_uriMethod · 0.80

Calls 2

normalize_cache_fieldsFunction · 0.85

Tested by

no test coverage detected