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

Function readlineAvailable

lib/core/shell.py:43–49  ·  view source on GitHub ↗

Check if the readline is available. By default it is not in Python default installation on Windows

()

Source from the content-addressed store, hash-verified

41 readline._readline = None
42
43def readlineAvailable():
44 """
45 Check if the readline is available. By default
46 it is not in Python default installation on Windows
47 """
48
49 return readline._readline is not None
50
51def clearHistory():
52 if not readlineAvailable():

Callers 4

clearHistoryFunction · 0.85
saveHistoryFunction · 0.85
loadHistoryFunction · 0.85
autoCompletionFunction · 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…