{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / _attach_methods

function

scipy.stats._distn_infrastructure:rv_generic._attach_methods

source: /scipy/stats/_distn_infrastructure.py :729

Signature

def   _attach_methods ( self )

Summary

Attaches dynamically created methods to the rv_* instance.

Extended Summary

This method must be overridden by subclasses, and must itself call

_attach_argparser_methods. This method is called in __init__ in subclasses, and in __setstate__

Aliases

  • scipy.stats._distn_infrastructure.rv_generic._attach_methods