We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad935e commit 9427331Copy full SHA for 9427331
docs/conf.py
@@ -13,6 +13,7 @@
13
from datetime import date
14
import os
15
import sys
16
+
17
sys.path.insert(0, os.path.abspath('..'))
18
19
from python_utils import __about__
@@ -63,4 +64,3 @@
63
64
# html_static_path = ['_static']
65
66
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
-
python_utils/formatters.py
@@ -44,7 +44,7 @@ def camel_to_underscore(name: str) -> str:
44
def apply_recursive(
45
function: types.Callable[[str], str],
46
data: types.OptionalScope = None,
47
- **kwargs
+ **kwargs,
48
) -> types.OptionalScope:
49
'''
50
Apply a function to all keys in a scope recursively
0 commit comments