mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-30533: Add docs for inspect.getmembers_static
(#29874)
* Add docs for `inspect.getmembers_static` * update
This commit is contained in:
parent
ee94aa0850
commit
c2bb29ce9a
2 changed files with 25 additions and 0 deletions
|
@ -207,6 +207,13 @@ fractions
|
|||
(Contributed by Mark Dickinson in :issue:`44547`.)
|
||||
|
||||
|
||||
inspect
|
||||
-------
|
||||
* Add :func:`inspect.getmembers_static`: return all members without
|
||||
triggering dynamic lookup via the descriptor protocol. (Contributed by
|
||||
Weipeng Hong in :issue:`30533`.)
|
||||
|
||||
|
||||
math
|
||||
----
|
||||
* Add :func:`math.exp2`: return 2 raised to the power of x.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue