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

Method reset

thirdparty/chardet/escprober.py:58–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.reset()
57
58 def reset(self):
59 super(EscCharSetProber, self).reset()
60 for coding_sm in self.coding_sm:
61 if not coding_sm:
62 continue
63 coding_sm.active = True
64 coding_sm.reset()
65 self.active_sm_count = len(self.coding_sm)
66 self._detected_charset = None
67 self._detected_language = None
68
69 @property
70 def charset_name(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected