Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shidenggui/easyquant
/ now
Method
now
easyquant/push_engine/clock_engine.py:160–165 ·
view source on GitHub ↗
now 时间戳统一接口 :return:
(self)
Source
from the content-addressed store, hash-verified
158
159
@property
160
def
now(self):
161
""
"
162
now 时间戳统一接口
163
:
return
:
164
""
"
165
return
time.time()
166
167
@property
168
def
now_dt(self):
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected