We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
patched_load_by_key_path
1 parent 3c95e7a commit 461af54Copy full SHA for 461af54
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