Skip to content

Commit

Permalink
Added ipyflow-core to known list (#2945)
Browse files Browse the repository at this point in the history
## Changes
Added `ipyflow-core` to known list

### Linked issues
Partly resolve #1931
  • Loading branch information
pritishpai authored Oct 11, 2024
1 parent 01610db commit b6a8102
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -6570,6 +6570,77 @@
"inquirer.shortcuts": [],
"inquirer.themes": []
},
"ipyflow-core": {
"ipyflow": [],
"ipyflow._version": [],
"ipyflow.analysis": [],
"ipyflow.analysis.live_refs": [],
"ipyflow.analysis.mixins": [],
"ipyflow.analysis.resolved_symbols": [],
"ipyflow.analysis.symbol_edges": [],
"ipyflow.analysis.symbol_ref": [],
"ipyflow.analysis.utils": [],
"ipyflow.annotations": [],
"ipyflow.annotations.annotations": [],
"ipyflow.annotations.compiler": [],
"ipyflow.api": [],
"ipyflow.api.cells": [],
"ipyflow.api.lift": [],
"ipyflow.config": [],
"ipyflow.data_model": [],
"ipyflow.data_model.cell": [],
"ipyflow.data_model.namespace": [],
"ipyflow.data_model.scope": [],
"ipyflow.data_model.statement": [],
"ipyflow.data_model.symbol": [],
"ipyflow.data_model.timestamp": [],
"ipyflow.data_model.utils": [],
"ipyflow.data_model.utils.annotation_utils": [],
"ipyflow.data_model.utils.update_protocol": [],
"ipyflow.experimental": [],
"ipyflow.experimental.dag": [],
"ipyflow.flow": [],
"ipyflow.frontend": [],
"ipyflow.install": [],
"ipyflow.kernel": [],
"ipyflow.kernel.install": [],
"ipyflow.kernel.kernel": [],
"ipyflow.kernel.patched_nest_asyncio": [],
"ipyflow.line_magics": [],
"ipyflow.memoization": [],
"ipyflow.models": [],
"ipyflow.patches": [],
"ipyflow.patches.cloudpickle_patch": [],
"ipyflow.patches.pyspark_patch": [],
"ipyflow.shell": [],
"ipyflow.shell.interactiveshell": [],
"ipyflow.shell.interactiveshellembed": [],
"ipyflow.shell.terminalinteractiveshell": [],
"ipyflow.shell.zmqshell": [],
"ipyflow.singletons": [],
"ipyflow.slicing": [],
"ipyflow.slicing.context": [],
"ipyflow.slicing.mixin": [],
"ipyflow.tracing": [],
"ipyflow.tracing.external_calls": [],
"ipyflow.tracing.external_calls.base_handlers": [],
"ipyflow.tracing.external_calls.list_handlers": [],
"ipyflow.tracing.flow_ast_rewriter": [],
"ipyflow.tracing.interrupt_tracer": [],
"ipyflow.tracing.ipyflow_tracer": [],
"ipyflow.tracing.symbol_resolver": [],
"ipyflow.tracing.uninstrument": [],
"ipyflow.tracing.utils": [],
"ipyflow.tracing.watchpoint": [],
"ipyflow.types": [],
"ipyflow.utils": [],
"ipyflow.utils.ast_utils": [],
"ipyflow.utils.ipython_utils": [],
"ipyflow.utils.magic_parser": [],
"ipyflow.utils.misc_utils": [],
"ipyflow.utils.mixins": [],
"ipyflow.version": []
},
"ipykernel": {
"ipykernel": []
},
Expand Down Expand Up @@ -24676,6 +24747,37 @@
"pyasn1_modules": {
"pyasn1_modules": []
},
"pyccolo": {
"pyccolo": [],
"pyccolo._fast": [],
"pyccolo._fast.fast_ast": [],
"pyccolo._fast.misc_ast_utils": [],
"pyccolo._version": [],
"pyccolo.ast_bookkeeping": [],
"pyccolo.ast_rewriter": [],
"pyccolo.emit_event": [],
"pyccolo.examples": [],
"pyccolo.examples.coverage": [],
"pyccolo.examples.future_tracer": [],
"pyccolo.examples.lazy_imports": [],
"pyccolo.examples.optional_chaining": [],
"pyccolo.examples.quasiquote": [],
"pyccolo.examples.quick_lambda": [],
"pyccolo.expr_rewriter": [],
"pyccolo.extra_builtins": [],
"pyccolo.fast": [],
"pyccolo.handler": [],
"pyccolo.import_hooks": [],
"pyccolo.predicate": [],
"pyccolo.stmt_inserter": [],
"pyccolo.stmt_mapper": [],
"pyccolo.syntax_augmentation": [],
"pyccolo.trace_events": [],
"pyccolo.trace_stack": [],
"pyccolo.tracer": [],
"pyccolo.utils": [],
"pyccolo.version": []
},
"pycparser": {
"pycparser": [],
"pycparser._ast_gen": [],
Expand Down

0 comments on commit b6a8102

Please sign in to comment.