MCPcopy Create free account
hub / github.com/PythonOT/POT / wrapped

Method wrapped

ot/utils.py:831–833  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

829 init = cls.__init__
830
831 def wrapped(*args, **kwargs):
832 warnings.warn(msg, category=DeprecationWarning)
833 return init(*args, **kwargs)
834
835 cls.__init__ = wrapped
836

Callers

nothing calls this directly

Calls 1

funFunction · 0.50

Tested by

no test coverage detected