Mark Shannon <m...@hotpy.org> added the comment:

I don't understand what the problem is. _pyio.open is a function not a static 
method.

>>> import _pyio
>>> _pyio.open
<function open at 0x7f184cf33a10>

----------
nosy: +Mark.Shannon
title: Make static methods created by @staticmethod callable -> Make function 
wrapped by staticmethod callable

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43682>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to