what is the "/" mean in __init__(self, /, *args, **kwargs) ?

luofeiyu elearn2014 at gmail.com
Wed Aug 13 22:01:43 EDT 2014


 >>> help(int.__init__)
Help on wrapper_descriptor:

__init__(self, /, *args, **kwargs)
     Initialize self.  See help(type(self)) for accurate signature.

what is the "/" mean in __init__(self, /, *args, **kwargs) ?




More information about the Python-list mailing list