Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/qlib
/ check_same
Method
check_same
tests/test_pit.py:74–75 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
72
return
""
.join(str(obj).split())
73
74
def
check_same(self, a, b):
75
self.assertEqual(self.to_str(a), self.to_str(b))
76
77
def
test_query(self):
78
instruments = [
"sh600519"
]
Callers
6
test_query
Method · 0.95
test_no_exist_data
Method · 0.95
test_expr
Method · 0.95
test_unlimit
Method · 0.95
test_expr2
Method · 0.95
test_pref_operator
Method · 0.95
Calls
1
to_str
Method · 0.95
Tested by
no test coverage detected