方克铖

Results 2 comments of 方克铖

`cdef class BaseMarket: _CACHE_ = Cache() cdef str symbol cdef dict __dict__ @classmethod async def http_request(cls, url, data=None,accept="json",timeout=1) -> any: _timeout = aiohttp.ClientTimeout(total=timeout) async with aiohttp.ClientSession(timeout=_timeout) as client: try: if...

the Cython version is 'cython==0.29.5'