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

Method __init__

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

Source from the content-addressed store, hash-verified

33
34class EUCKRProber(MultiByteCharSetProber):
35 def __init__(self):
36 super(EUCKRProber, self).__init__()
37 self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL)
38 self.distribution_analyzer = EUCKRDistributionAnalysis()
39 self.reset()
40
41 @property
42 def charset_name(self):

Callers

nothing calls this directly

Calls 3

CodingStateMachineClass · 0.85
resetMethod · 0.45

Tested by

no test coverage detected