Searched defs:_warn (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/ | ||
H A D | hashlib.py | 184 from warnings import warn as _warn namespace |
H A D | random.py | 48 from warnings import warn as _warn namespace |
/third_party/python/Lib/idlelib/ | ||
H A D | config.py | 769 def _warn(msg, *key): function |
/third_party/python/Lib/distutils/tests/ | ||
H A D | test_dist.py | 178 def _warn(msg): function |
/third_party/python/Lib/importlib/metadata/ | ||
H A D | __init__.py | 137 _warn = functools.partial( variable in DeprecatedTuple 315 _warn = functools.partial( variable in DeprecatedList 435 _warn = functools.partial( variable in Deprecated [all...] |
Completed in 7 milliseconds