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

Function isfunction

Lib/inspect.py:142–153  ·  view source on GitHub ↗

Return true if the object is a user-defined function. Function objects provide these attributes: __doc__ documentation string __name__ name with which this function was defined func_code code object containing compiled function bytecode func_

(object)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

ismethoddescriptorFunction · 0.85
isgeneratorfunctionFunction · 0.85
isroutineFunction · 0.85
getfileFunction · 0.85
findsourceFunction · 0.85
getargspecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected