MCPcopy Create free account
hub / github.com/apple/ml-pointersect / customer

Function customer

cdslib/core/script/base_train.py:35–37  ·  view source on GitHub ↗

A decorator indicating methods to be customized.

(funcobj)

Source from the content-addressed store, hash-verified

33
34
35def customer(funcobj):
36 """A decorator indicating methods to be customized."""
37 return funcobj
38
39
40class BaseTrainProcess(ABC):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected