Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sys_stream_regression_1004.py 253B

1234567
  1. '''Regression for issue https://github.com/PyCQA/pylint/issues/1004'''
  2. # pylint: disable=missing-docstring, pointless-statement
  3. import sys
  4. sys.__stdout__.buffer.write('test')
  5. sys.__stdout__.buff # [no-member]
  6. sys.__stdout__.buffer.write1 # [no-member]