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
samples.errloop.Tpl Class Reference
Inheritance diagram for samples.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
 
 error_enable = True
 
tuple indent_level = attr.ib(default=0, kw_only = True)
 

Member Function Documentation

def samples.errloop.Tpl.a (   self)
def samples.errloop.Tpl.b (   self)
def samples.errloop.Tpl.check_condition (   self)
The magic of contextvars in asyncio

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

Member Data Documentation

int samples.errloop.Tpl.count_a = 0
static
int samples.errloop.Tpl.count_b = 0
static
samples.errloop.Tpl.error_enable = True
static
tuple samples.errloop.Tpl.indent_level = attr.ib(default=0, kw_only = True)
static

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