Searched refs:declare_namespace (Results 1 – 8 of 8) sorted by relevance
2 __import__('pkg_resources').declare_namespace(__name__)
37 __import__('pkg_resources').declare_namespace(__name__)
2147 def declare_namespace(packageName): function2158 declare_namespace(parent)2637 declare_namespace(pkg)
2191 include a ``declare_namespace()`` call in order to ensure that they will be2198 ``declare_namespace()``.2836 declare_namespace3342 * Added warning for namespace packages with missing ``declare_namespace()``
1409 __import__('pkg_resources').declare_namespace(__name__)1420 You must include the ``declare_namespace()`` line in the ``__init__.py`` of1431 Setuptools automatically calls ``declare_namespace()`` for you at runtime,1441 will warn you about missing ``declare_namespace()`` calls in your
148 more information on this.) Also, you must add a ``declare_namespace()`` call151 ``declare_namespace(name)``