Home | History | Annotate | Download | only in logging

Lines Matching refs:ufs

851                         ufs = fs.decode(stream.encoding)

853 stream.write(ufs % msg)
861 stream.write((ufs % msg).encode(stream.encoding))