seq  2.0.0
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
test_loop.Tpl Class Reference

Public Member Functions

def a (self, c)
 
def b (self)
 
def check_condition (self)
 
def init_loop (self)
 

Static Public Member Functions

def create (**kw)
 
def create_inner (*args, **kw)
 

Static Public Attributes

int count_a = 0
 
int count_b = 0
 

Member Function Documentation

◆ a()

def test_loop.Tpl.a (   self,
  c 
)

◆ b()

def test_loop.Tpl.b (   self)

◆ check_condition()

def test_loop.Tpl.check_condition (   self)
The magic of contextvars in asyncio

Loop.index is local to each asyncio task

◆ create()

def test_loop.Tpl.create ( **  kw)
static

◆ create_inner()

def test_loop.Tpl.create_inner ( args,
**  kw 
)
static

◆ init_loop()

def test_loop.Tpl.init_loop (   self)

Member Data Documentation

◆ count_a

int test_loop.Tpl.count_a = 0
static

◆ count_b

int test_loop.Tpl.count_b = 0
static

The documentation for this class was generated from the following file: