inspect
¶
|
Get the names and default values of a function's parameters. |
|
Return all members of an object as (name, value) pairs sorted by name. |
|
Return true if the object is a module. |
|
Return true if the object is a class. |
|
Return true if the object is an instance method. |
|
Return true if the object is a user-defined function. |
|
Return true if the object is a user-defined generator function. |
|
Return true if the object is a generator. |
|
Return true if the object is a traceback. |
|
Return true if the object is a frame object. |
|
Return true if the object is a code object. |
|
Return true if the object is a built-in function or method. |
|
Return true if the object is any kind of function or method. |
|
Return true if the object is an abstract base class (ABC). |
|
Return true if the object is a method descriptor. |
|
Return true if the object is a data descriptor. |
|
Return true if the object is a getset descriptor. |
|
Return true if the object is a member descriptor. |