Home
last modified time | relevance | path

Searched defs:_warn (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/
Dhashlib.py184 from warnings import warn as _warn unknown
Drandom.py48 from warnings import warn as _warn unknown
Dsubprocess.py1060 def __del__(self, _maxsize=sys.maxsize, _warn=warnings.warn): argument
/third_party/python/Lib/asyncio/
Dwindows_utils.py110 def __del__(self, _warn=warnings.warn): argument
Dbase_subprocess.py123 def __del__(self, _warn=warnings.warn): argument
Dunix_events.py548 def __del__(self, _warn=warnings.warn): argument
747 def __del__(self, _warn=warnings.warn): argument
1362 def __del__(self, _warn=warnings.warn): argument
Dsslproto.py318 def __del__(self, _warn=warnings.warn): argument
Dproactor_events.py113 def __del__(self, _warn=warnings.warn): argument
Dselector_events.py702 def __del__(self, _warn=warnings.warn): argument
Dbase_events.py678 def __del__(self, _warn=warnings.warn): argument
/third_party/python/Lib/distutils/tests/
Dtest_dist.py178 def _warn(msg): function
/third_party/python/Lib/importlib/metadata/
D__init__.py239 _warn = functools.partial( variable in DeprecatedList
388 _warn = functools.partial( variable in Deprecated
/third_party/python/Lib/idlelib/
Dconfig.py769 def _warn(msg, *key): function
/third_party/python/Lib/multiprocessing/
Dpool.py263 def __del__(self, _warn=warnings.warn, RUN=RUN): argument