MCPcopy Index your code
hub / github.com/python/cpython / is_package

Method is_package

Lib/importlib/_bootstrap.py:1111–1113  ·  view source on GitHub ↗

Return True if the frozen module is a package.

(cls, fullname)

Source from the content-addressed store, hash-verified

1109 @classmethod
1110 @_requires_frozen
1111 def is_package(cls, fullname):
1112 """Return True if the frozen module is a package."""
1113 return _imp.is_frozen_package(fullname)
1114
1115
1116# Import itself ###############################################################

Callers 1

spec_from_loaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected