Beispiel #1
0
def empty_fmf():
    return cl1.new_empty_fmf()
Beispiel #2
0
def test_create_empty_fmf():
    # create a completely empty fmf instance, e.g. as a stream destination
    cl1.new_empty_fmf()
Beispiel #3
0
def test_stream_stuff_to_fmf_instance(lsource, agent):
    my_fmf_instance = cl1.new_empty_fmf()
    # every fmf instance is a LineBasedDestination accepting
    # the cl1.LINE_BASED_PROTOCOL
    agent.transmit(lsource, my_fmf_instance)
Beispiel #4
0
def test_create_empty_fmf():
    # create a completely empty fmf instance, e.g. as a stream destination
    cl1.new_empty_fmf()
Beispiel #5
0
def empty_fmf():
    return cl1.new_empty_fmf()
Beispiel #6
0
def test_stream_stuff_to_fmf_instance(lsource, agent):
    my_fmf_instance = cl1.new_empty_fmf()
    # every fmf instance is a LineBasedDestination accepting
    # the cl1.LINE_BASED_PROTOCOL
    agent.transmit(lsource, my_fmf_instance)