Home
last modified time | relevance | path

Searched refs:declare_namespace (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/python/google/
D__init__.py2 __import__('pkg_resources').declare_namespace(__name__)
/external/protobuf/python/google/protobuf/pyext/
D__init__.py2 __import__('pkg_resources').declare_namespace(__name__)
/external/nanopb-c/generator/google/protobuf/
D__init__.py37 __import__('pkg_resources').declare_namespace(__name__)
/external/protobuf/python/google/protobuf/
D__init__.py37 __import__('pkg_resources').declare_namespace(__name__)
/external/python/setuptools/pkg_resources/
D__init__.py2147 def declare_namespace(packageName): function
2158 declare_namespace(parent)
2637 declare_namespace(pkg)
/external/python/setuptools/
DCHANGES.rst2191 include a ``declare_namespace()`` call in order to ensure that they will be
2198 ``declare_namespace()``.
2836 declare_namespace
3342 * Added warning for namespace packages with missing ``declare_namespace()``
/external/python/setuptools/docs/
Dsetuptools.txt1409 __import__('pkg_resources').declare_namespace(__name__)
1420 You must include the ``declare_namespace()`` line in the ``__init__.py`` of
1431 Setuptools automatically calls ``declare_namespace()`` for you at runtime,
1441 will warn you about missing ``declare_namespace()`` calls in your
Dpkg_resources.txt148 more information on this.) Also, you must add a ``declare_namespace()`` call
151 ``declare_namespace(name)``