seq  4.0.0-pre3
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
test.local.eloop.Tpl Class Reference

Public Member Functions

def a (self)
 Fails every 3 runs (assert False) More...
 
def b (self)
 prints B More...
 

Static Public Member Functions

def create (*args, **kw)
 

Static Public Attributes

int count_a = 0
 
int count_b = 0
 
bool error_enable = True
 
 count_limit = attr.ib(default=10, kw_only=True)
 

Member Function Documentation

◆ a()

def test.local.eloop.Tpl.a (   self)

Fails every 3 runs (assert False)

◆ b()

def test.local.eloop.Tpl.b (   self)

prints B

◆ create()

def test.local.eloop.Tpl.create ( args,
**  kw 
)
static

Member Data Documentation

◆ count_a

int test.local.eloop.Tpl.count_a = 0
static

◆ count_b

int test.local.eloop.Tpl.count_b = 0
static

◆ count_limit

test.local.eloop.Tpl.count_limit = attr.ib(default=10, kw_only=True)
static

◆ error_enable

bool test.local.eloop.Tpl.error_enable = True
static

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