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

Function ismodule

Lib/inspect.py:51–57  ·  view source on GitHub ↗

Return true if the object is a module. Module objects provide these attributes: __doc__ documentation string __file__ filename (missing for built-in modules)

(object)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

getfileFunction · 0.70
getmoduleFunction · 0.70
findsourceFunction · 0.70
getcommentsFunction · 0.70
getsourcelinesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected