Home
last modified time | relevance | path

Searched defs:stacklevel (Results 1 – 14 of 14) 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.h297 int stacklevel = 2; in _io_text_encoding() local
/third_party/python/Modules/_io/
D_iomodule.c472 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) in _io_text_encoding_impl()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
Dlog.py429 def _find_caller(stack_info=False, stacklevel=1): argument
/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/clinic/
D_asynciomodule.c.h710 int stacklevel = 3; in _asyncio__get_event_loop() local
/third_party/python/Modules/
D_asynciomodule.c330 get_event_loop(int stacklevel) in get_event_loop()
3141 _asyncio__get_event_loop_impl(PyObject *module, int stacklevel) in _asyncio__get_event_loop_impl()
D_ssl.c704 _ssl_deprecated(const char* msg, int stacklevel) { in _ssl_deprecated()
710 #define PY_SSL_DEPRECATED(name, stacklevel, ret) \ argument
/third_party/python/Lib/logging/
D__init__.py1561 def findCaller(self, stack_info=False, stacklevel=1): argument
1611 stacklevel=1): argument
/third_party/python/Python/
D_warnings.c968 Py_ssize_t stacklevel, PyObject *source) in warnings_warn_impl()
/third_party/python/Lib/asyncio/
Devents.py788 def _get_event_loop(stacklevel=3): argument
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc105 bool _CalledFromGeneratedFile(int stacklevel) { in _CalledFromGeneratedFile()