bpo-21861: Improve _io.FileIO.__repr__ by beezz · Pull Request #14774 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

tirkarthi

Instead of hardcoding the class name in the __repr__ string, resolve the
actuall one which makes the __repr__ more subclass friendly.

taleinat

Labels