Home
last modified time | relevance | path

Searched defs:stacklevel (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/test_warnings/data/
Dstacklevel.py5 def outer(message, stacklevel=1): argument
8 def inner(message, stacklevel=1): argument
/third_party/python/Python/clinic/
D_warnings.c.h28 Py_ssize_t stacklevel = 1; in warnings_warn() local
/third_party/python/Modules/_io/clinic/
D_iomodule.c.h301 int stacklevel = 2; in _io_text_encoding() local
/third_party/python/Lib/
Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
D_pyio.py43 def text_encoding(encoding, stacklevel=2): argument
/third_party/python/Modules/_io/
D_iomodule.c529 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) in _io_text_encoding_impl()
/third_party/python/Modules/clinic/
D_asynciomodule.c.h691 int stacklevel = 3; in _asyncio__get_event_loop() local
/third_party/python/Lib/logging/
D__init__.py1549 def findCaller(self, stack_info=False, stacklevel=1): argument
1601 stacklevel=1): argument
/third_party/python/Modules/
D_asynciomodule.c322 get_event_loop(int stacklevel) in get_event_loop()
3096 _asyncio__get_event_loop_impl(PyObject *module, int stacklevel) in _asyncio__get_event_loop_impl()
D_ssl.c700 _ssl_deprecated(const char* msg, int stacklevel) { in _ssl_deprecated()
706 #define PY_SSL_DEPRECATED(name, stacklevel, ret) \ argument
/third_party/python/Python/
D_warnings.c971 Py_ssize_t stacklevel, PyObject *source) in warnings_warn_impl()
/third_party/python/Lib/asyncio/
Devents.py765 def _get_event_loop(stacklevel=3): argument
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc99 bool _CalledFromGeneratedFile(int stacklevel) { in _CalledFromGeneratedFile()