Search notes:

Python: builtin_function_or_method (type)

>>> print(type( print ))
<class 'builtin_function_or_method'>

See also

Other Built-in types such as function or method

Index