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

Function modulePath

sqlmapapi.py:79–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 from sqlmap import modulePath
78except ImportError:
79 def modulePath():
80 return getUnicode(os.path.dirname(os.path.realpath(__file__)), encoding=sys.getfilesystemencoding() or UNICODE_ENCODING)
81
82def main():
83 """

Callers 1

mainFunction · 0.90

Calls 1

getUnicodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…