Home
last modified time | relevance | path

Searched refs:check__all__ (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_pickletools.py95 support.check__all__(self, pickletools, not_exported=not_exported)
Dtest_support.py424 support.check__all__(self,
432 support.check__all__(self,
441 self.assertRaises(AssertionError, support.check__all__, self, unittest)
Dtest_wave.py110 support.check__all__(self, wave, not_exported={'WAVE_FORMAT_PCM'})
Dtest_mimetypes.py277 support.check__all__(self, mimetypes)
Dtest_cgi.py580 support.check__all__(self, cgi, not_exported=not_exported)
Dtest_calendar.py941 support.check__all__(self, calendar, not_exported=not_exported)
Dtest_gettext.py823 support.check__all__(self, gettext,
Dtest_plistlib.py998 support.check__all__(self, plistlib, not_exported=not_exported)
Dtest_fileinput.py1029 support.check__all__(self, fileinput)
Dtest_threading.py1595 support.check__all__(self, threading, ('threading', '_thread'),
Dtest_optparse.py1656 support.check__all__(self, optparse, not_exported=not_exported)
Dtest_smtpd.py1014 support.check__all__(self, smtpd, not_exported=not_exported)
Dtest_csv.py1309 support.check__all__(self, csv, ('csv', '_csv'), extra=extra)
Dtest_ftplib.py1152 support.check__all__(self, ftplib, not_exported=not_exported)
Dtest_enum.py11 from test.support import ALWAYS_EQ, check__all__, threading_helper
3331 check__all__(self, enum)
Dtest_configparser.py2138 support.check__all__(self, configparser, not_exported={"Error"})
Dtest_mailbox.py2299 support.check__all__(self, mailbox,
Dtest_tarfile.py2387 support.check__all__(self, tarfile, not_exported=not_exported)
Dtest_xml_etree.py144 support.check__all__(self, ET, names, not_exported=("HTML_EMPTY",))
Dtest_logging.py5561 support.check__all__(self, logging, not_exported=not_exported)
D_test_multiprocessing.py5705 support.check__all__(self, multiprocessing, extra=multiprocessing.__all__,
/external/python/cpython3/Doc/library/
Dtest.rst881 .. function:: check__all__(test_case, module, name_of_module=None, extra=(), not_exported=())
910 support.check__all__(self, foo)
917 support.check__all__(self, bar, ('bar', '_bar'),
/external/python/cpython3/Lib/test/support/
D__init__.py1474 def check__all__(test_case, module, name_of_module=None, extra=(), function
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst2737 :func:`~test.support.check__all__` to ``not_exported``.
D3.6.0a1.rst2474 threading and wave. Also added a test.support.check__all__() helper.