Skip to content

\closein

yex.keyword.Closein(stream_id, parser) #

Source code in yex/keyword/io.py
63
64
65
@yex.decorator.control()
def Closein(stream_id: int, parser):
    parser.doc[f'_inputs;{stream_id}'].close()