添加 UnionQuertSet (#5578)

* 添加 UnionQuertSet

* 跑通了

* 改变了 count 这类方法的代理模式

* 使用了老广的

Co-authored-by: xinwen <coderWen@126.com>
This commit is contained in:
fit2bot
2021-02-07 10:15:39 +08:00
committed by GitHub
parent 50e6c96358
commit 501ad698b7
3 changed files with 104 additions and 59 deletions

View File

@@ -273,3 +273,7 @@ class Time:
for timestamp, msg in zip(timestamps, self._msgs):
logger.debug(f'TIME_IT: {msg} {timestamp-last}')
last = timestamp
def isinstance_method(attr):
return isinstance(attr, type(Time().time))