Skip to content

Commit b6a8102

Browse files
authored
Added ipyflow-core to known list (#2945)
## Changes Added `ipyflow-core` to known list ### Linked issues Partly resolve #1931
1 parent 01610db commit b6a8102

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6570,6 +6570,77 @@
65706570
"inquirer.shortcuts": [],
65716571
"inquirer.themes": []
65726572
},
6573+
"ipyflow-core": {
6574+
"ipyflow": [],
6575+
"ipyflow._version": [],
6576+
"ipyflow.analysis": [],
6577+
"ipyflow.analysis.live_refs": [],
6578+
"ipyflow.analysis.mixins": [],
6579+
"ipyflow.analysis.resolved_symbols": [],
6580+
"ipyflow.analysis.symbol_edges": [],
6581+
"ipyflow.analysis.symbol_ref": [],
6582+
"ipyflow.analysis.utils": [],
6583+
"ipyflow.annotations": [],
6584+
"ipyflow.annotations.annotations": [],
6585+
"ipyflow.annotations.compiler": [],
6586+
"ipyflow.api": [],
6587+
"ipyflow.api.cells": [],
6588+
"ipyflow.api.lift": [],
6589+
"ipyflow.config": [],
6590+
"ipyflow.data_model": [],
6591+
"ipyflow.data_model.cell": [],
6592+
"ipyflow.data_model.namespace": [],
6593+
"ipyflow.data_model.scope": [],
6594+
"ipyflow.data_model.statement": [],
6595+
"ipyflow.data_model.symbol": [],
6596+
"ipyflow.data_model.timestamp": [],
6597+
"ipyflow.data_model.utils": [],
6598+
"ipyflow.data_model.utils.annotation_utils": [],
6599+
"ipyflow.data_model.utils.update_protocol": [],
6600+
"ipyflow.experimental": [],
6601+
"ipyflow.experimental.dag": [],
6602+
"ipyflow.flow": [],
6603+
"ipyflow.frontend": [],
6604+
"ipyflow.install": [],
6605+
"ipyflow.kernel": [],
6606+
"ipyflow.kernel.install": [],
6607+
"ipyflow.kernel.kernel": [],
6608+
"ipyflow.kernel.patched_nest_asyncio": [],
6609+
"ipyflow.line_magics": [],
6610+
"ipyflow.memoization": [],
6611+
"ipyflow.models": [],
6612+
"ipyflow.patches": [],
6613+
"ipyflow.patches.cloudpickle_patch": [],
6614+
"ipyflow.patches.pyspark_patch": [],
6615+
"ipyflow.shell": [],
6616+
"ipyflow.shell.interactiveshell": [],
6617+
"ipyflow.shell.interactiveshellembed": [],
6618+
"ipyflow.shell.terminalinteractiveshell": [],
6619+
"ipyflow.shell.zmqshell": [],
6620+
"ipyflow.singletons": [],
6621+
"ipyflow.slicing": [],
6622+
"ipyflow.slicing.context": [],
6623+
"ipyflow.slicing.mixin": [],
6624+
"ipyflow.tracing": [],
6625+
"ipyflow.tracing.external_calls": [],
6626+
"ipyflow.tracing.external_calls.base_handlers": [],
6627+
"ipyflow.tracing.external_calls.list_handlers": [],
6628+
"ipyflow.tracing.flow_ast_rewriter": [],
6629+
"ipyflow.tracing.interrupt_tracer": [],
6630+
"ipyflow.tracing.ipyflow_tracer": [],
6631+
"ipyflow.tracing.symbol_resolver": [],
6632+
"ipyflow.tracing.uninstrument": [],
6633+
"ipyflow.tracing.utils": [],
6634+
"ipyflow.tracing.watchpoint": [],
6635+
"ipyflow.types": [],
6636+
"ipyflow.utils": [],
6637+
"ipyflow.utils.ast_utils": [],
6638+
"ipyflow.utils.ipython_utils": [],
6639+
"ipyflow.utils.magic_parser": [],
6640+
"ipyflow.utils.misc_utils": [],
6641+
"ipyflow.utils.mixins": [],
6642+
"ipyflow.version": []
6643+
},
65736644
"ipykernel": {
65746645
"ipykernel": []
65756646
},
@@ -24676,6 +24747,37 @@
2467624747
"pyasn1_modules": {
2467724748
"pyasn1_modules": []
2467824749
},
24750+
"pyccolo": {
24751+
"pyccolo": [],
24752+
"pyccolo._fast": [],
24753+
"pyccolo._fast.fast_ast": [],
24754+
"pyccolo._fast.misc_ast_utils": [],
24755+
"pyccolo._version": [],
24756+
"pyccolo.ast_bookkeeping": [],
24757+
"pyccolo.ast_rewriter": [],
24758+
"pyccolo.emit_event": [],
24759+
"pyccolo.examples": [],
24760+
"pyccolo.examples.coverage": [],
24761+
"pyccolo.examples.future_tracer": [],
24762+
"pyccolo.examples.lazy_imports": [],
24763+
"pyccolo.examples.optional_chaining": [],
24764+
"pyccolo.examples.quasiquote": [],
24765+
"pyccolo.examples.quick_lambda": [],
24766+
"pyccolo.expr_rewriter": [],
24767+
"pyccolo.extra_builtins": [],
24768+
"pyccolo.fast": [],
24769+
"pyccolo.handler": [],
24770+
"pyccolo.import_hooks": [],
24771+
"pyccolo.predicate": [],
24772+
"pyccolo.stmt_inserter": [],
24773+
"pyccolo.stmt_mapper": [],
24774+
"pyccolo.syntax_augmentation": [],
24775+
"pyccolo.trace_events": [],
24776+
"pyccolo.trace_stack": [],
24777+
"pyccolo.tracer": [],
24778+
"pyccolo.utils": [],
24779+
"pyccolo.version": []
24780+
},
2467924781
"pycparser": {
2468024782
"pycparser": [],
2468124783
"pycparser._ast_gen": [],

0 commit comments

Comments
 (0)