MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / isbuiltin

Function isbuiltin

Lib/inspect.py:227–234  ·  view source on GitHub ↗

Return true if the object is a built-in function or method. Built-in functions and methods provide these attributes: __doc__ documentation string __name__ original name of this function or method __self__ instance to which a method is bound, or None

(object)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

isroutineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected