Т
py3
Source:
async def create_pool():
pass
class DB:
def __init__(self):
self.pool = create_pool()
db = DB()
print(type(db.pool))
Errors:
sys:1: RuntimeWarning: coroutine 'create_pool' was never awaited
Result:
<class 'coroutine'>
Size: a a a
Т
py3
async def create_pool():
pass
class DB:
def __init__(self):
self.pool = create_pool()
db = DB()
print(type(db.pool))
sys:1: RuntimeWarning: coroutine 'create_pool' was never awaited
<class 'coroutine'>
Т
Т
q
Т
q
q
q
q
q
Т
Т
q
q
Т
VP

MemoryStorage метод set_bucket имеет значение None по умолчанию для аргумента bucket?None?VP

MemoryStorage метод set_bucket имеет значение None по умолчанию для аргумента bucket?None?
ЮЧ

AR

ЮЧ