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

Method __init__

thirdparty/chardet/cp949prober.py:35–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33
34class CP949Prober(MultiByteCharSetProber):
35 def __init__(self):
36 super(CP949Prober, self).__init__()
37 self.coding_sm = CodingStateMachine(CP949_SM_MODEL)
38 # NOTE: CP949 is a superset of EUC-KR, so the distribution should be
39 # not different.
40 self.distribution_analyzer = EUCKRDistributionAnalysis()
41 self.reset()
42
43 @property
44 def charset_name(self):

Callers

nothing calls this directly

Calls 3

CodingStateMachineClass · 0.85
resetMethod · 0.45

Tested by

no test coverage detected