Exemplo n.º 1
0
def teardown_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()
    _readers.update(ORIGINAL['readers'])
    _writers.update(ORIGINAL['writers'])
    _identifiers.update(ORIGINAL['identifiers'])
Exemplo n.º 2
0
def teardown_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()
    _readers.update(ORIGINAL['readers'])
    _writers.update(ORIGINAL['writers'])
    _identifiers.update(ORIGINAL['identifiers'])
Exemplo n.º 3
0
def setup_function(function):
    ORIGINAL['readers'] = copy(_readers)
    ORIGINAL['writers'] = copy(_writers)
    ORIGINAL['identifiers'] = copy(_identifiers)

    _readers.clear()
    _writers.clear()
    _identifiers.clear()
Exemplo n.º 4
0
def setup_function(function):
    ORIGINAL['readers'] = copy(_readers)
    ORIGINAL['writers'] = copy(_writers)
    ORIGINAL['identifiers'] = copy(_identifiers)

    _readers.clear()
    _writers.clear()
    _identifiers.clear()
Exemplo n.º 5
0
def setup_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()
Exemplo n.º 6
0
def setup_function(function):
    _readers.clear()
    _writers.clear()
    _identifiers.clear()