seq  1.1.0
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
test.errloop.Tpl Class Reference
Inheritance diagram for test.errloop.Tpl:

Public Member Functions

def a
 
def b
 
def check_condition
 
def init_loop
 

Static Public Member Functions

def create
 

Static Public Attributes

int count_a = 0
 
int count_b = 0
 

Member Function Documentation

def test.errloop.Tpl.a (   self,
  ctx 
)
def test.errloop.Tpl.b (   self,
  context 
)
def test.errloop.Tpl.check_condition (   self,
  ctx 
)
The magic of contextvars in asyncio

Loop.index is local to each asyncio task
def test.errloop.Tpl.create (   kw)
static
def test.errloop.Tpl.init_loop (   self,
  context 
)

Member Data Documentation

int test.errloop.Tpl.count_a = 0
static
int test.errloop.Tpl.count_b = 0
static

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