Home | History | Annotate | Download | only in logging

Lines Matching refs:ufs

860                         ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))