Searched defs:stacklevel (Results 1 – 14 of 14) sorted by relevance
| /third_party/python/Lib/test/test_warnings/data/ |
| D | stacklevel.py | 5 def outer(message, stacklevel=1): argument 8 def inner(message, stacklevel=1): argument
|
| /third_party/python/Python/clinic/ |
| D | _warnings.c.h | 28 Py_ssize_t stacklevel = 1; in warnings_warn() local
|
| /third_party/python/Modules/_io/clinic/ |
| D | _iomodule.c.h | 297 int stacklevel = 2; in _io_text_encoding() local
|
| /third_party/python/Modules/_io/ |
| D | _iomodule.c | 472 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) in _io_text_encoding_impl()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ |
| D | log.py | 429 def _find_caller(stack_info=False, stacklevel=1): argument
|
| /third_party/python/Lib/ |
| D | warnings.py | 287 def warn(message, category=None, stacklevel=1, source=None): argument
|
| D | _pyio.py | 43 def text_encoding(encoding, stacklevel=2): argument
|
| /third_party/python/Modules/clinic/ |
| D | _asynciomodule.c.h | 710 int stacklevel = 3; in _asyncio__get_event_loop() local
|
| /third_party/python/Modules/ |
| D | _asynciomodule.c | 330 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.c | 704 _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__.py | 1561 def findCaller(self, stack_info=False, stacklevel=1): argument 1611 stacklevel=1): argument
|
| /third_party/python/Python/ |
| D | _warnings.c | 968 Py_ssize_t stacklevel, PyObject *source) in warnings_warn_impl()
|
| /third_party/python/Lib/asyncio/ |
| D | events.py | 788 def _get_event_loop(stacklevel=3): argument
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor.cc | 105 bool _CalledFromGeneratedFile(int stacklevel) { in _CalledFromGeneratedFile()
|