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

Method reset

thirdparty/chardet/utf8prober.py:44–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 self.reset()
43
44 def reset(self):
45 super(UTF8Prober, self).reset()
46 self.coding_sm.reset()
47 self._num_mb_chars = 0
48
49 @property
50 def charset_name(self):

Callers 8

__init__Method · 0.95
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected