Searched defs:stacklevel (Results 1 – 13 of 13) 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 | 301 int stacklevel = 2; in _io_text_encoding() local
|
/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/_io/ |
D | _iomodule.c | 529 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) in _io_text_encoding_impl()
|
/third_party/python/Modules/clinic/ |
D | _asynciomodule.c.h | 691 int stacklevel = 3; in _asyncio__get_event_loop() local
|
/third_party/python/Lib/logging/ |
D | __init__.py | 1549 def findCaller(self, stack_info=False, stacklevel=1): argument 1601 stacklevel=1): argument
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 322 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.c | 700 _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.c | 971 Py_ssize_t stacklevel, PyObject *source) in warnings_warn_impl()
|
/third_party/python/Lib/asyncio/ |
D | events.py | 765 def _get_event_loop(stacklevel=3): argument
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 99 bool _CalledFromGeneratedFile(int stacklevel) { in _CalledFromGeneratedFile()
|