pdb.Pdb.set_trace()
  • References/Python/Python/Debugging & Profiling

set_trace() See the documentation for the functions explained above.

2025-01-10 15:47:30
rgb2grey
  • References/Python/scikit-image/API Reference/color

rgb2grey skimage.color.rgb2grey(rgb)

2025-01-10 15:47:30
utils.translation.get_language_bidi()
  • References/Python/Django/API/Django Utils

get_language_bidi() [source] Returns selected language’s BiDi layout:

2025-01-10 15:47:30
GMMResults.normalized_cov_params()
  • References/Python/Statsmodels/Generalized Method of Moments

statsmodels.sandbox.regression.gmm.GMMResults.normalized_cov_params

2025-01-10 15:47:30
numpy.restoredot()
  • References/Python/NumPy/Routines/Miscellaneous routines

numpy.restoredot()

2025-01-10 15:47:30
decimal.Decimal.log10()
  • References/Python/Python/Numeric & Mathematical

log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

2025-01-10 15:47:30
html.entities.name2codepoint
  • References/Python/Python/Structured Markup

html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.

2025-01-10 15:47:30
email.headerregistry.AddressHeader.addresses
  • References/Python/Python/Internet Data

addresses A tuple of Address objects encoding all of the individual addresses from the header value. If the header

2025-01-10 15:47:30
traceback.print_tb()
  • References/Python/Python/Runtime

traceback.print_tb(tb, limit=None, file=None) Print up to limit stack trace entries from traceback object tb

2025-01-10 15:47:30
Series.mode()
  • References/Python/Pandas/API Reference/Series

Series.mode()

2025-01-10 15:47:30