MCPcopy
hub / github.com/twitter/communitynotes / get_name

Method get_name

scoring/src/scoring/scorer.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 )
71
72 def get_name(self):
73 return str(type(self))
74
75 def get_prescoring_name(self):
76 return str(type(self))

Callers 15

time_blockMethod · 0.95
_filter_inputMethod · 0.95
_postprocess_outputMethod · 0.95
prescoreMethod · 0.95
score_finalMethod · 0.95
_run_scorersFunction · 0.45
suppress_pcrh_ineligibleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected