Skip to content

Commit cbb7d6b

Browse files
committed
Add typings from basedpyright
1 parent a0b9c91 commit cbb7d6b

26 files changed

Lines changed: 5990 additions & 0 deletions

typings/splunklib/__init__.pyi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"""
2+
This type stub file was generated by pyright.
3+
"""
4+
5+
import logging
6+
7+
"""Python library for Splunk."""
8+
DEFAULT_LOG_FORMAT = ...
9+
DEFAULT_DATE_FORMAT = ...
10+
def setup_logging(level, log_format=..., date_format=...): # -> None:
11+
...
12+
13+
__version_info__ = ...
14+
__version__ = ...

typings/splunklib/binding.pyi

Lines changed: 807 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)