Skip to content

Commit

Permalink
Made write False by default, added get_function_kwargs for having kwa…
Browse files Browse the repository at this point in the history
…rgs depending on self default values, fixed derive paths function and added example test code
  • Loading branch information
JaumeAmoresDS committed Jun 6, 2024
1 parent 904fa96 commit a36bddd
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 254 deletions.
10 changes: 8 additions & 2 deletions nbmodular/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.CellProcessor.get_lib_path': ( 'cell2func.html#cellprocessor.get_lib_path',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.CellProcessor.get_nbm_path': ( 'cell2func.html#cellprocessor.get_nbm_path',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.CellProcessor.get_nbs_path': ( 'cell2func.html#cellprocessor.get_nbs_path',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.CellProcessor.get_pipeline_functions': ( 'cell2func.html#cellprocessor.get_pipeline_functions',
Expand Down Expand Up @@ -233,10 +235,12 @@
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.restore_locals': ( 'cell2func.html#functionprocessor.restore_locals',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.run_cell_and_cache': ( 'cell2func.html#functionprocessor.run_cell_and_cache',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.run_code_and_collect_locals': ( 'cell2func.html#functionprocessor.run_code_and_collect_locals',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.store_values': ( 'cell2func.html#functionprocessor.store_values',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.run_code_and_store_its_local_values': ( 'cell2func.html#functionprocessor.run_code_and_store_its_local_values',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.store_variables': ( 'cell2func.html#functionprocessor.store_variables',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.FunctionProcessor.to_file': ( 'cell2func.html#functionprocessor.to_file',
Expand All @@ -262,6 +266,8 @@
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.copy_values_in_nb': ( 'cell2func.html#copy_values_in_nb',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.derive_paths': ( 'cell2func.html#derive_paths',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.get_args_and_defaults': ( 'cell2func.html#get_args_and_defaults',
'nbmodular/core/cell2func.py'),
'nbmodular.core.cell2func.get_args_and_defaults_from_ast': ( 'cell2func.html#get_args_and_defaults_from_ast',
Expand Down
Loading

0 comments on commit a36bddd

Please sign in to comment.