MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _is_write_mode

Function _is_write_mode

lib/core/compat.py:331–332  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

329_WRITE_CHARS = ("w", "a", "x", "+")
330
331def _is_write_mode(mode):
332 return any(ch in mode for ch in _WRITE_CHARS)
333
334class MixedWriteTextIO(object):
335 """

Callers 1

_codecs_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…