mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add missing replace dunders (#12265)
This commit is contained in:
@@ -116,6 +116,7 @@ pdb.Pdb.do_exceptions
|
||||
pdb.Pdb.interaction
|
||||
pdb.Pdb.message
|
||||
pdb.Pdb.user_opcode
|
||||
# `__replace__` to be special cased in dataclasses
|
||||
pstats.FunctionProfile.__replace__
|
||||
pstats.StatsProfile.__replace__
|
||||
pydoc.pager
|
||||
@@ -156,9 +157,7 @@ tkinter.PhotoImage.zoom
|
||||
tkinter.Text.count
|
||||
tkinter.Wm.wm_attributes
|
||||
trace.CoverageResults.write_results
|
||||
types.CodeType.__replace__
|
||||
types.MappingProxyType.get
|
||||
types.SimpleNamespace.__replace__
|
||||
unittest.IsolatedAsyncioTestCase.loop_factory
|
||||
unittest.TestProgram.usageExit
|
||||
unittest.__all__
|
||||
|
||||
Reference in New Issue
Block a user