Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232b934 commit 67d727eCopy full SHA for 67d727e
1 file changed
Doc/library/inspect.rst
@@ -462,6 +462,9 @@ function.
462
Signature objects are *immutable*. Use :meth:`Signature.replace` to make a
463
modified copy.
464
465
+ .. versionchanged:: 3.5
466
+ Signature objects are picklable.
467
+
468
.. attribute:: Signature.empty
469
470
A special class-level marker to specify absence of a return annotation.
@@ -526,6 +529,9 @@ function.
526
529
Parameter objects are *immutable*. Instead of modifying a Parameter object,
527
530
you can use :meth:`Parameter.replace` to create a modified copy.
528
531
532
533
+ Parameter objects are picklable.
534
535
.. attribute:: Parameter.empty
536
537
A special class-level marker to specify absence of default values and
0 commit comments