Home
last modified time | relevance | path

Searched refs:split_sections (Results 1 – 4 of 4) sorted by relevance

/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py579 list(pkg_resources.split_sections(sample))
590 list(pkg_resources.split_sections("[foo"))
/external/python/setuptools/pkg_resources/
D__init__.py2404 data = split_sections(data)
2605 for extra, reqs in split_sections(self._get_metadata(name)):
3024 def split_sections(s): function
/external/python/setuptools/docs/
Dformats.txt256 Sectioned files can be parsed using the ``split_sections()`` function;
Dpkg_resources.txt818 the ``split_sections()`` utility function) and the section names are used
1569 ``split_sections(strs)``