CodeQL library for Python
codeql/python-all 0.9.2 ( changelog , source )
Search

Predicate theStrType

Gets the ‘str’ class. This is the same as the ‘bytes’ class for Python 2 and the ‘unicode’ class for Python 3

Import path

import python
ClassObject theStrType ( )