MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / __init__

Method __init__

thirdparty/chardet/sjisprober.py:37–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36class SJISProber(MultiByteCharSetProber):
37 def __init__(self):
38 super(SJISProber, self).__init__()
39 self.coding_sm = CodingStateMachine(SJIS_SM_MODEL)
40 self.distribution_analyzer = SJISDistributionAnalysis()
41 self.context_analyzer = SJISContextAnalysis()
42 self.reset()
43
44 def reset(self):
45 super(SJISProber, self).reset()

Callers

nothing calls this directly

Calls 4

resetMethod · 0.95
CodingStateMachineClass · 0.85
SJISContextAnalysisClass · 0.85

Tested by

no test coverage detected