We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab8311 commit b8ad818Copy full SHA for b8ad818
depyf/explain/patched_load_by_key_path.py
@@ -1,8 +1,8 @@
1
def patched_load_by_key_path(
2
key: str,
3
path: str,
4
- linemap,
5
- attrs,
+ linemap=None,
+ attrs=None,
6
):
7
from depyf.explain.global_variables import data
8
from depyf.explain.utils import write_code_to_file_template, get_current_compiled_fn_name
0 commit comments