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

Method __init__

thirdparty/chardet/euctwprober.py:34–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33class EUCTWProber(MultiByteCharSetProber):
34 def __init__(self):
35 super(EUCTWProber, self).__init__()
36 self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL)
37 self.distribution_analyzer = EUCTWDistributionAnalysis()
38 self.reset()
39
40 @property
41 def charset_name(self):

Callers

nothing calls this directly

Calls 3

CodingStateMachineClass · 0.85
resetMethod · 0.45

Tested by

no test coverage detected