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

Member predicate Object :: isBuiltin

Whether this is a builtin object. A builtin object is one defined by the implementation, such as the integer 4 or by a native extension, such as a NumPy array class.

predicate isBuiltin ( )