Skip to content

\closeout

yex.keyword.Closeout(stream_id, parser) #

Source code in yex/keyword/io.py
67
68
69
@yex.decorator.control()
def Closeout(stream_id: int, parser):
    parser.doc[f'_outputs;{stream_id}'].close()