mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
struct: fix arg names, mark positional-only args (#3792)
This commit is contained in:
@@ -85,10 +85,6 @@ queue.SimpleQueue.__init__
|
||||
secrets.SystemRandom.getstate
|
||||
smtplib.SMTP.sendmail
|
||||
sre_constants.RANGE_IGNORE
|
||||
struct.calcsize
|
||||
struct.iter_unpack
|
||||
struct.unpack
|
||||
struct.unpack_from
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
tkinter.Menu.tk_bindForTraversal
|
||||
|
||||
@@ -169,12 +169,6 @@ statistics.NormalDist.samples
|
||||
string.Formatter.format
|
||||
string.Template.safe_substitute
|
||||
string.Template.substitute
|
||||
struct.Struct.iter_unpack
|
||||
struct.Struct.unpack
|
||||
struct.calcsize
|
||||
struct.iter_unpack
|
||||
struct.unpack
|
||||
struct.unpack_from
|
||||
sys.UnraisableHookArgs
|
||||
threading.ExceptHookArgs
|
||||
time.CLOCK_PROF
|
||||
|
||||
Reference in New Issue
Block a user