ID EN
Types

BuiltinFunctionType

Python 3.11

The type of built-in functions like len() or sys.exit(), and methods of built-in classes. (Here, the term “built-in” means “written in C”.)

Syntax

PYTHON
types.BuiltinFunctionType

See Also

len() sys.exit()