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

Method __init__

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

Source from the content-addressed store, hash-verified

35
36class EUCJPProber(MultiByteCharSetProber):
37 def __init__(self):
38 super(EUCJPProber, self).__init__()
39 self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL)
40 self.distribution_analyzer = EUCJPDistributionAnalysis()
41 self.context_analyzer = EUCJPContextAnalysis()
42 self.reset()
43
44 def reset(self):
45 super(EUCJPProber, self).reset()

Callers

nothing calls this directly

Calls 4

resetMethod · 0.95
CodingStateMachineClass · 0.85

Tested by

no test coverage detected