Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76244 > unrolled thread

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

Started byluofeiyu <elearn2014@gmail.com>
First post2014-08-14 10:01 +0800
Last post2014-08-14 10:01 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  what is the "/" mean in __init__(self, /, *args, **kwargs) ? luofeiyu <elearn2014@gmail.com> - 2014-08-14 10:01 +0800

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

Fromluofeiyu <elearn2014@gmail.com>
Date2014-08-14 10:01 +0800
Subjectwhat is the "/" mean in __init__(self, /, *args, **kwargs) ?
Message-ID<mailman.12953.1407981718.18130.python-list@python.org>
 >>> 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) ?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web