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

Function isgeneratorfunction

Lib/inspect.py:155–162  ·  view source on GitHub ↗

Return true if the object is a user-defined generator function. Generator function objects provides same attributes as functions. See help(isfunction) for attributes listing.

(object)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

isfunctionFunction · 0.85
ismethodFunction · 0.85

Tested by

no test coverage detected