utility¶
Utilities mainly for internal use.
Functions
|
Stringification of an array. |
|
Return a repr string for an attribute that respects line width. |
|
Decorate function to cache the result with given arguments. |
|
Return complex counterpart of |
|
Conjugate exponent |
|
Revert the effect of indentation. |
|
Stringify |
|
Stringify |
|
Return a copy of |
|
Return |
|
Return a repr string for a method that respects line width. |
|
Iterator over n-d cube with shape. |
|
Context manager to temporarily set NumPy print options. |
|
Context manager to temporarily set the NumPy random generator seed. |
|
Backport of the Python >=3.7 trivial context manager. |
|
Return bool indicating whether a package supports |
|
Return the real counterpart of |
|
Return a pretty string for |
If the process is run from IPython. |
|
|
Return a stringified signature from given arguments. |
|
Return stringified arguments as tuples. |
|
Return the unique values in a sequence. |
|
Context manager that casts obj to a |